Mouseover on button and change image...

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

Hi,
I have an Image to become a link (as soon as I figure out whether it
should be a button or not)
that, when mousedover, changes instantly to another image. I want the
image itself to be the link. How can I do that please.
Any help is appreciated.
Thanks,
Trint
 
Trint,

I'm assuming that you are doing this in an ASP.NET application.

You will want to do this using javascript in a client side app. This
technique is commonly referred to as a rollover. Do a search for "rollover
javascript" and you should see a number of implementations.
 
Back
Top