Rollover img. PLUS url?!??

admin

Administrator
Staff member
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 :<br />
<!-- m --><a class="postlink" href="http://www.digitalonyxdesigns.com/images/test.html">http://www.digitalonyxdesigns.com/images/test.html</a><!-- m --><br />
Now how do I make it so that a user can click on that image?? Thanks for your help guys.<!--content-->Just use an anchor tag around the image tag..<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"somepage.html"><img src="some.gif"></a><!--content-->
 
Back
Top