sτrίkε- Posted July 31, 2012 Posted July 31, 2012 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.
MoneyMan Posted July 31, 2012 Posted July 31, 2012 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>
sτrίkε- Posted July 31, 2012 Author Posted July 31, 2012 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 :)
Recommended Posts