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

'screenTop' 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.'screenTop' Example
2.'screenTop' is applied to