In a webpage I need to show a div layer over the flash banner which is not using wmode=transparent setting.

How to solve it?

link|improve this question

17% accept rate
feedback

1 Answer

From what I remember you can shove the div into an <iframe> (perhaps using Javascript so you don't make a mess of your HTML).

Iframes are window objects like flash so they're able to overlay each other.

link|improve this answer
1  
There is a JQuery plugin to automatically do that, see the answer for a similar question: stackoverflow.com/questions/712476/… – Török Gábor Sep 27 '09 at 13:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.