DOM:window.screenX
From MDC
Contents |
[edit] Summary
Returns the horizontal distance of the left border of the user's browser from the left side of the screen.
[edit] Syntax
lLoc = window.screenX
[edit] Parameters
lLocis the number of pixels from the left side the screen.
[edit] Notes
See also window.screenY.
[edit] Specification
DOM Level 0. Not part of specification.