Window.screenX

La propriété Window.screenX retourne la distance honrizontale, in CSS pixels, of the left border of the user's browser from the left side of the screen.

Syntaxe

js
lLoc = window.screenX;
  • lLoc is the number of CSS pixels from the left side the screen.

Spécifications

Specification
CSSOM View Module
# dom-window-screenx

Compatibilité des navigateurs

BCD tables only load in the browser

Voir aussi