Somebody gave me the following generic script to create an "Image Roll-Over" effect on a page. If I have images named "cm_learn.gif" and "cm_learn_roll.gif", can anyone figure out how I plug these names into this script so that it will work? I can't seem to get it right.
<a href=""><img src="image1.gif" onMouseOver="image1.src='images/image1_over.gif'" onMouseOut="image1.src='images/image1.gif'" name="image1" border=0></a>
Thanks,
Mark
<a href=""><img src="image1.gif" onMouseOver="image1.src='images/image1_over.gif'" onMouseOut="image1.src='images/image1.gif'" name="image1" border=0></a>
Thanks,
Mark