July 1998
Intermediate to advanced
1456 pages
65h 5m
English
z-index — NN 4 IE 4 CSS 2
Inherited: No
For a positioned element, sets the stacking order relative to other elements within the same parent container. See Chapter 4 for details on relationships of element layering amid multiple containers.
z-index: integer | autozIndex
Any integer value. A value of auto is the same as
a value of zero. When all elements in the same parent container have
the same z-index value, the stacking order is
determined by element source code order.
auto
DIV#instrux {position: absolute; left: 50;top: 70;z-index: 2}Any positioned element.
[window.]document.all.
elementID.style.zIndex
Read now
Unlock full access