clientLeft
Property of dom/HTMLElementdom/HTMLElement
Syntax
var result = element.clientLeft;
element.clientLeft = value;
Notes
Remarks
The difference between the offsetLeft and clientLeft properties is the border of the object.
Syntax
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]