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






'posWidth' Syntax and Note

Note:

JavaScript-only style properties
Set the element Width.

Syntax:
    
elementID.style.posWidth = "value"
document.all.elementID.style.posWidth = "value"    

    

      
      








Related examples in the same category

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