Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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