Window.screenLeft (Property)

The left edge of the screen.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Number primitive
JavaScript syntax:IEmyWindow.screenLeft
IEscreenLeft

This is the offset of the left edge of the window from the edge of the screen display.

The equivalent value in Netscape Navigator can be obtained from the Window.screenX property.

See also:Window.screenX

Property attributes:

ReadOnly.