Visit Mozilla.org

DOM:window.screenX

From MDC

« Gecko DOM Reference

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

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