How can I change the image of an <img> tag on MouseOver using JavaScript?
- by Sergio Tapia
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