Area.x (Property)

Netscape provides this as an enumerable property because it represents an <AREA> as a Url object.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Number primitive
JavaScript syntax:NmyArea.x

The horizontal position of the object in the display measured in pixels. You can use the x and y coordinates of the object as targets of the scrollTo() method for the window it lives in.

See also:Location.x