'clientTop' Syntax and Note : clientTop « Javascript Properties « JavaScript Reference

'clientTop' Syntax and Note

Note:

Read-only properties. 
Get the top of a positioned element
    
Syntax:
    
document.all.elementID.clientLeft
document.all.elementID.clientTop

    

      
      








Related examples in the same category

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