Bart Van der Donck wrote:
Quote:
I'm having difficulties to understand why the code below doesn't work.
The idea is to generate an <iframe> with a higher z-index compared to
an <object>. In Microsoft Internet Explorer 6, everything works fine,
but Firefox/Netscape seems to have problems with this construction.
Am I overlooking something ? |
In case anyone would encounter the same problem, there is a solution:
The <embed> tag must have the attribute
wmode="transparent"
and then it seems to work fine.
--
Bart