Javascript Reference
Categories: DIV

javascript DIV clientLeft, clientTop

@Sept. 18, 2008, 11:58 a.m.
clientLeft, clientTop Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  
  Read-only  

Broadly speaking, these provide the left and top coordinates of the DIV element's content within the box that includes the DIV element's padding, but with minor variations among various operating system versions of IE. Not available for all element types in IE for Macintosh. More useful information for inline element positioning generally comes from the offsetLeft and offsetTop properties (including Netscape 6). For CSS-positioned elements (including changing an element's position), use style object properties, such as left and top, and (in IE only) pixelLeft and pixelTop.

 
Value

Integer pixel value.

 
Default

0


Powered by Linode.