How can I change the image of an <img> tag on MouseOver using JavaScript?
Posted
by Sergio Tapia
on Stack Overflow
See other posts from Stack Overflow
or by Sergio Tapia
Published on 2010-04-04T04:45:36Z
Indexed on
2010/04/04
4:53 UTC
Read the original article
Hit count: 358
I'm trying to get a button to flash when a user mouses over it on my basic HTML website.
If I have button.jpeg and selectedButton.jpeg; how can use Javascript to change to selectedButton.jpeg on mouse over?
Thanks guys! :D
© Stack Overflow or respective owner