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






'posLeft' Syntax and Note

Note:

JavaScript-only style properties
Set the element Left position.
     
Syntax:
    
elementID.style.posLeft = "value"
document.all.elementID.style.posLeft = "value"    

    

      
      








Related examples in the same category

1.'posLeft' Example
2.'posLeft' is applied to