clientTopclientTop*
*



Contents  *



Index  *Topic Contents
*Previous Topic: clientLeft
*Next Topic: clientWidth

clientTop

Description

Returns the distance between the offsetTop and the true top of the client area, in pixels. The difference between the offsetTop and the clientTop is the border area of the element.

Syntax

object.clientTop

Remarks

This property has read-only permission, meaning you can retrieve its current value, but not change it.

For more information on how to access the dimension and location of elements on the page through the document object model, see Measuring Element Dimension and Location.

Applies To

APPLET, BODY, BUTTON, CAPTION, DIV, EMBED, FIELDSET, IMG, INPUT, LEGEND, MARQUEE, OBJECT, SPAN, TABLE, TD, TEXTAREA, TR


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.