Jump to content

Recommended Posts

Posted

I want an html code which do the following.

I have an image which redirecting you on a new link and i want when i go to click (but i dont click) to change to the another image. (Something like dark image when my mouse isnt upside it and colored when my mouse is.)

Post here if you know.

Posted

I am not sure but maybe you need this :) :

<a href="http://google.gr"><img src="images/Image_out_click.png" border="0" onMouseOver="src='images/Image_on_click.png';" onMouseOut="src='images/Image_out_click.png';"/></a>

Posted

I am not sure but maybe you need this :) :

<a href="http://google.gr"><img src="images/Image_out_click.png" border="0" onMouseOver="src='images/Image_on_click.png';" onMouseOut="src='images/Image_out_click.png';"/></a>

Yeap, Thanks :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...