http://home.hccnet.nl/m.wargers/test/mozilla/stack%20level%20testcases/ My question for each testcase is: Should the green div be stacked before or behind the floated yellow div?
These are the results in Opera7.23 and Mozilla(build 20040219 Firefox/0.8.0+) in WinXp:
div_green_position_static.xhtml: Moz: green div behind yellow div Op7: green div behind yellow div
div_green_position_relative.xhtml: Moz: green div before yellow div----->different Op7: green div behind yellow div----->different
div_green_position_absolute.xhtml: Moz: green div before yellow div Op7: green div before yellow div
div_green_position_fixed.xhtml: Moz: green div before yellow div Op7: green div before yellow div
Actually from the description of css2.1 I would think (wrongly perhaps?) that every time the green div should be behind the yellow div.
In none of the testcases I use the property 'z-index'.
See:
See http://www.w3.org/TR/CSS21/visuren.html#z-index
Could someone tell me what the desired layout would be?
Regards, Martijn _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
