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

'offsetX' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

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