JavaScript DOM MouseEvent property: clientY
[this page | pdf | back links]
The clientY property
of MouseEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the mouse) returns the vertical coordinate
of the mouse pointer (relative to the current window).
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)