Help with rollover effect please! I am learning basic HTML and wish to make 5 images turn color when rolled ov

I made 5 images which i placed in the menu bar and made 5 more with a different color and gave them a name with "over" in it. I need the code to make the image I placed on the page change to the "over" image I created when the moust moves over it and change back when the mouse moves off. I tried to follow some directions that I got off the internet but I guess it was not clear enough. The code placed the images side by side and changes the wrong one when moused over. Can anyone show me the code and tell me what to change and where on the page to place it?

Public Comments

  1. Try this: <img src="img1.jpg" onmouseover= "src='img1rollover.jpg'" onmouseout=" src='img1.jpg'" /> Make sure that it's all on the same line. I had to break it up because of Yahoo.
Powered by Yahoo! Answers