Click to See Complete Forum and Search --> : Rollover img. PLUS url?!??


Moomancow
07-06-2003, 05:09 PM
Greetings all. Ok, so I want to have a roll over image, which I somehow achieved. Now, while onMouseOver, I'd like to make it so when the user clicks the picture it is a link. Here is my swap image :
http://www.digitalonyxdesigns.com/images/test.html
Now how do I make it so that a user can click on that image?? Thanks for your help guys.

Khalid Ali
07-06-2003, 06:42 PM
Just use an anchor tag around the image tag..

<a href="somepage.html"><img src="some.gif"></a>