Contents Index Topic Contents | ||
Previous Topic: clientInformation Next Topic: clientTop |
clientLeft
Description
Returns the distance between the offsetLeft and the true left side of the client area, in pixels. The difference between the offsetLeft and clientLeft is the border of the element.
Syntax
object.clientLeft
Remarks
This property has read-only permission, meaning you can retrieve its current value, but not change it.
For more information on how to access the dimension and location of elements on the page through the document object model, see Measuring Element Dimension and Location.
Applies To
APPLET, BODY, BUTTON, CAPTION, DIV, EMBED, FIELDSET, IMG, INPUT, LEGEND, MARQUEE, OBJECT, SPAN, TABLE, TD, TEXTAREA, TR
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.