Francois Jordaan wrote:

> http://www.fjordaan.net/tests/z-index.html
> 
> It seems that position: relative puts an element higher than any absolutely
> positioned elements earlier in the DOM tree.

 > Is there a solution for this problem in IE?

Sure. Layer the relative positioned _container_ for the element that 
should stay on top, one level higher.

Add...
z-index: 1;
...to Div B, which will also lift its child: Div Z.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to