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