making rollover images in either html or javascript.?

Reticon

New member
So I have two images with their paths here...
images/WEB-FINAL_10.gif <-- which is hte base image
images/CS.gif <-- which is the roll over.

my structure in my website right now is simply this...
<td><img src="images/AEF-WEB-FINAL_10.gif" name="Switch" width="125" height="25" alt="" border="0"></td>

to display that image in a grid.

now I want it to roll over with CS, how can I do this.
 
Back
Top