tags:

views:

36

answers:

0

hi,

i have a overlay which works great except if under it is a embedded video for example. What happens is that the video pops up over the overlay but i cant click on it or do anything with it. I did some research and i guess if there are any flash elements or multimedia elements in the host page they will pop through the overlay. Is there any decent way to fix this ? My initial idear is to go through the DOM of the host page and look for those elements (html object-tag <- are there any more which i have to take care of?) and hide them before showing the overlay and show them again when the overlay is closed. Any help is appreciated.

Thanks,

kukudas