Horje

Example of HTML onmousemove Event Attribute

It will Execute a JavaScript when moving the mouse pointer over an image.
index.html
Example: HTML
 <img onmousemove="bigImg(this)" src="smiley.gif" alt="Smiley"> 

Output should be:

Example of HTML onmousemove Event Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Mouse Events Attribute
Uploaded by:
Admin