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






'pixelWidth' Syntax and Note

Note:

JavaScript-only style properties.
Set the element width.
    
Syntax:
    
elementID.style.pixelWidth = "value"
document.all.elementID.style.pixelWidth = "value"    

    

      
      








Related examples in the same category

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