When I learned about z-indexes umpteen years ago, it was in connection with
absolutely positioned elements. And I assumed, maybe incorrectly, that
Z-index always applied to absolutely positioned elements. And that's the way
I used them.

I just saw an example of a relatively positioned element with a z-index. 

And over at w3schools I found this: 

Note: Z-index only works on elements that have been positioned (eg
position:absolute;)!

So am I correct in understanding that as long as an element is positioned
(relative, absolute, etc) it can have a Z-index?



______________________________________________________________________
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