javascript window screenX, screenY
| screenX, screenY | NN 6 IE n/a DOM n/a |
| Read/Write | |
|
Return pixel coordinates of the top-left corner of the entire browser window (including "chrome") relative to the top-left corner of the screen. A browser window maximized under Windows returns screenX and screenY values of -4 because the chrome extends slightly beyond the screen display. You can adjust the window location through these properties or the window.moveTo( ) method. |
|
| Example | |
var fromTheTop = window.screenY; |
|
| Value | |
Integer. |
|
| Default | |
User-dependent. |
|
2219,Nickname,Homepage or email,Comments here,Add comment
