Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Window.screenX

Naši dobrovolníci ještě tento článek do jazyka Čeština nepřeložili. Přidejte se a pomozte nám tuto práci dokončit!

The Window.screenX read-only property returns the horizontal distance, in CSS pixels, of the left border of the user's browser from the left side of the screen.

Syntax

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

Specifications

Specification Status Comment
CSS Object Model (CSSOM) View Module
The definition of 'Window.screenX' in that specification.
Working Draft Initial definition.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) (Yes) [1] (Yes) (Yes) (Yes)
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) (Yes) (Yes) [1] (Yes) (Yes) (Yes)

[1] Before Firefox 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device.

See also

Štítky a přispěvatelé do dokumentace

 Přispěvatelé této stránky: fscholz, teoli, Np, iamanupmenon, ethertank, Sheppy, Mgjbot, Dria, JesseW
 Poslední aktualizace od: fscholz,