'position' Syntax and Note : position « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'position' Syntax and Note

Note:

Defines the positioning type.

Syntax:
    
element { position: value }
elementID.style.position = "value"
document.all.elementID.style.position = "value" // IE only
    

      
      








Related examples in the same category

1.'position' Example
2.'position' Possible Values
3.'position' is applied to