DHTML Object Properties DHTML Objects
Returns the distance between the offsetTop and the true top of the client area, in pixels.
HTML |
N/A |
Script |
[ iDistance = ] object.clientTop |
iDistance |
Integer specifying the described distance. |
The property is read-only with no default value.
The difference between the offsetTop and the clientTop is the border area of the object.
Measuring Element Dimension and Location, The Browser Screen