Image rollover

DemptD

New Member
Messages
6
Reaction score
0
Points
0
What is the best and fastest way to do a image rollover?

Change from this:

v2_07.gif


To this:

v2_07_2.gif


Any good ideas? :happysad:
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
Use the javascript OnMouseOver event. So when a user moves his mouse over the image it calls a function to switch the images.

I could probably find an example if you want.
 
Top