![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
z-index is a css-property that can be used to place an element "behind" another element. It sets the stack order of an element, and an element with a higher value of z-index will be placed above an element with a lower stack order. The z-index property can have negative values.
Note that z-index only works on elements that have been positioned with style "position:absolute".
Thie property is available since CSS 2.0.

Default z-index is 0. Z-index -1 has lower priority.
Comments