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






'posTop' Syntax and Note

Note:

JavaScript-only style properties
Set the element Top position.

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

    

      
      








Related examples in the same category

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