Sent by John Lewis on 21 January 2003 23:11
Stefan wrote on Monday, January 20, 2003 at 11:23:38 PM:
> Elements belong to 2 stacking contexts
> * relative it's siblings
> * relative it's children
CSS2, section 9.9 <http://www.w3.org/TR/REC-CSS2/visuren.html#q30>:
"Each box belongs to one stacking context." I can't find any support
for the above statement.
> A child with a negative z-index is placed BEHIND it's parent (parent
> is always at 0 relative it's children).
The z-index property controls stack level within a stacking context. I
suppose the important question is this: Does any element, besides the
root element, belong to the root stacking context?
--
John