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

'clientLeft' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

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