You can simply add the other image location into the image tag and use an onmouseover effect..
<img src="http://webmaster-talk.com/images/smilies/cool.gif" onmouseover="this.src='http://webmaster-talk.com/images/smilies/frown.gif'">
And if you want it to change it back just add..
onmouseout="this.src='http://webmaster-talk.com/images/smilies/cool.gif'"
--James 
Last edited by Dark-Skys99; 11-06-2004 at 08:38 AM..
Reason: Spelling Error
|