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






'left' Syntax and Note

Note:

Defines the element left edge position.

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

      
      








Related examples in the same category

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