Image.x (Property)

The X coordinate of the image within the client display area.

Availability:

JavaScript - 1.1
Netscape - 3.0
Property/method value type:Number primitive
JavaScript syntax:NmyImage.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.

Property attributes:

ReadOnly