Contents Index Topic Contents | ||
Previous Topic: offsetX Next Topic: onLine |
offsetY
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.offsetY
Remarks
This property has read-only permission, meaning you can retrieve its current value, but not change it.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.