Click to See Complete Forum and Search --> : Change image in a hyperlink on mouseover


vbnov
May 24th, 2006, 09:39 AM
I have two asp:hyperlinks in my masterpage. Its displaying an image. I would like to change the image when the mouse moves over it. How would I do that?

I'm using asp.net/vb , webforms.

Thnx in advance

Alsvha
May 29th, 2006, 07:23 AM
You should use JavaScript to change the image on mouse over.
a Quick search on google gave for instance this result:
http://www.webdevelopersnotes.com/tutorials/javascript/changing_images_on_mouseover_mouseout_javascript.php3