'screenLeft' Syntax and Note : screenLeft « Javascript Properties « JavaScript Reference

'screenLeft' Syntax and Note

Note:

Read-only properties. 
Return the browser window top-left corner coordinates.
    
Syntax:
    
window.screenLeft
window.screenTop

    

      
      








Related examples in the same category

1.'screenLeft' Example
2.'screenLeft' is applied to