This topic has not yet been rated - Rate this topic

layerX property

Gets the x-coordinate of the mouse pointer, relative to the last positioned ancestor element.

Internet Explorer 9

Syntax

JavaScript

p = object.layerX

Property values

Type: Integer

The x-coordinate.

Standards information

There are no standards that apply here.

Remarks

A positioned element is an element whose position property is set to relative, absolute or fixed. For more information about element positioning, see About Element Positioning.

Note  This property is provided for cross-browser compatibility. Use x instead.

See also

DragEvent
MouseEvent
MouseWheelEvent
WheelEvent
Reference
clientX
pageX
screenX
offsetX
x

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.