Hey i have this html for my website. I just used button.gif, buttonover.gif, etc. for examples. I want to make a button with three images that when gone over with mouse a different image displays and a different image displays when clicked. I used mysite.html as an example link.
<a href="http//www.mysite.html"><img ="button.gif" onclick="buttonover.gif" onmouseover="buttonclick.gif" height="36" width="100"></a>
thanks

