offsetXoffsetX*
*



Contents  *



Index  *Topic Contents
*Previous Topic: offsetWidth
*Next Topic: offsetY

offsetX

Description

Returns container relative positions. These match the offsetLeft and offsetTop properties of the element. Use offsetParent to find the container element that defines this coordinate system.

Syntax

object.offsetX

Remarks

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

Applies To

event


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