Home | Services | Library | Blog | About
Library > Elements > Technology > Developer Notes
How to show a different image when mouse cursor moves over it
<a href="URL LINK" onmouseover="image1.src='URL ALTERNATE IMAGE';" onmouseout="image1.src='URL PRIMARY IMAGE';"> <img name="image1" src="URL PRIMARY IMAGE" border=0 alt="Systems" /> </a>