z-index

Previous- marker-offset  |  Next-min-width

Description

For a positioned box, the 'z-index' property specifies: The stack level of the box in the current stacking context. Whether the box establishes a local stacking context.


Initial Value : auto

Applies to : positioned elements

Inherited : no

Possible Values
auto | <integer> | inherit

Example(s)
<div id="text1" class="pile" 
         style="z-index: 3">

Previous- marker-offset  |  Next-min-width