Mouse wheel Delta : Mouse : Event JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event » Mouse »

 

Mouse wheel Delta



    
<html>
<body>
<p>
Move mouse wheel on top of the image to check the wheel delta
</p>
<img id="yourimage" 
     src="http://www.navioo.com/style/logo.png" 
     onmousewheel="alert('Wheel Delta: ' + event.wheelDelta);">
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event
» Mouse