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






'pixelBottom' Syntax and Note

Note:

JavaScript-only style properties
Set the bottom position. 
These properties are equivalent to the CSS-compatible 
bottom style properties.

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

    

      
      








Related examples in the same category

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