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






'pixelTop' Syntax and Note

Note:

JavaScript-only style properties
Set the top position. 

These properties are equivalent to the CSS-compatible 
top style properties.
   
Syntax:
    
elementID.style.pixelTop = "value"
document.all.elementID.style.pixelTop = "value"    

    

      
      








Related examples in the same category

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