This page is Not Ready

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

clientTop

Property of dom/HTMLElementdom/HTMLElement

Syntax

var result = element.clientTop;
element.clientTop = value;

Notes

Remarks

The difference between the offsetTop and the clientTop properties is the border area of the object.

Syntax

Attributions