Re: About the 'z-index' property of CSS2

> It is about the 'z-index' property of CSS2,
> can this property use a negative value?
> Can't it use, unless it is zero or more?

Each element's rendering box is automatically assigned an integer z-index
stacking level based on its context in the document. Boxes with greater
z-axis numbers will appear in front of boxes with lower z-axis numbers ('0'
and negative numbers are allowed.)


http://www.blooberry.com/indexdot/css/properties/position/zindex.htm

Russell Griechen

Received on Tuesday, 8 January 2002 13:19:04 UTC