hi,
i have the following html:
<div id="obj1" style="z-index: 2; position: absolute; top: 10px; left:
10px
....">
...
</div>
<div id="obj2" style="z-index: 3; position: absolute; top: 30px; left:
30px
....">
...
</div>
<iframe id="myfr" style="z-index: 1; position: absolute; top: 15px; left:
15px ...">
...
</iframe>
internet explorer for win and mozilla-based browsers for win/linux/mac
show the div objects foreground respect to the iframe, because of z-index
css attribute,
but internet for mac always shows the div objects in the background, as
the iframe never goes in the background
why?
thanks