'z-index' Syntax and Note : z index « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'z-index' Syntax and Note

Note:

How to position elements.
Elements with a higher z-index value appear on top.    



Syntax:
    
element { z-index: value }
elementID.style.zIndex = "value"
document.all.elementID.style.zIndex = "value" // IE only
    

      
      








Related examples in the same category

1.'z-index' Example
2.'z-index' Possible Values
3.'z-index' is applied to