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






'pixelHeight' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

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