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

'offsetY' Syntax and Note

Note:

Read-only properties. 
Return mouse y coordinates.
    
Syntax:
    
window.event.offsetX
window.event.offsetY

    

      
      








Related examples in the same category

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