| onmousewheel | NN n/a IE 6(Win) DOM n/a |
| Bubbles: No; Cancelable: No | |
Fires as the user spins the mouse wheel (on a mouse equipped with a wheel). The event object's wheelDelta property reveals details about the direction and amount of rotation. |
|
| Typical Targets | |
All rendered elements and the document object. |
|