Hi,
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?
Hi,
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?
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.