Visit Mozilla.org

DOM:window.screenY

From MDC

« Gecko DOM Reference

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

  • lLoc is 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.