How would I make it so when somebody scrolls over the image which has a link it changes colour?
Thanks.

How would I make it so when somebody scrolls over the image which has a link it changes colour?
Thanks.
To make the image change colour, you need to make the image change (to one which is a different colour.)
HTML Code:<img src="oldImage.gif" onMouseOver="this.src='newImage.gif';" onMouseOut="this.src='oldImage.gif';" />
kinda quit.
Thanks mate.Originally Posted by Nets
To make the image change colour, you need to make the image change (to one which is a different colour.)
HTML Code:<img src="oldImage.gif" onMouseOver="this.src='newImage.gif';" onMouseOut="this.src='oldImage.gif';" />
Want to hide these adverts? Register an account for free!