Here you go:
HTML Code:<script type="text/javascript"> function goTo(url){ window.location.href = url; } </script> <style type="text/css"> .link { color: blue; cursor: pointer; text-decoration: underline; border-style: dotted; border-color: darkred; border-width: 0px; } </style> <span class="link" onclick="goTo('http://google.com');" onmousedown="this.style.borderWidth='1px';" onmouseup="this.style.borderWidth='0px';" onmouseout="this.onmouseup()"><img src="http://www.dynamicdrive.com/forums/designfiles/logo.gif"></span>



Reply With Quote

Bookmarks