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