Hi,
I would like to draw an absolute div that overlaps with an iframe.
In both Firefox and Explorer, the absolute div comes out on top of the iframe, but in Opera, the iframe comes out on top. Is there a fix for this Opera discrepancy?
Thank you!
Min
I would like to draw an absolute div that overlaps with an iframe.
Code:
<div style="position:absolute;width:100px;height:100px;border:solid 1px;z-index:100;">
This is a div
</div>
<iframe height="300" width="300" style="margin-top:50px" frameborder="1">
</iframe>
In both Firefox and Explorer, the absolute div comes out on top of the iframe, but in Opera, the iframe comes out on top. Is there a fix for this Opera discrepancy?
Thank you!
Min