Javascript / Misc. / Un-Dot Links and Images
Snippet details
ID: 21
Viewed: 1611
Added: 2002-11-16
Version:
Sorry no demo
This little script makes it so when you click on a link or img that is a link, it will make it so that it doesn't have the dots around the link.
Browsers: IE5+, NS4.xx, NS6+, Mozilla1+, Opera
Browsers: IE5+, NS4.xx, NS6+, Mozilla1+, Opera
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
<!---Head--->
none
<!---Body--->
<a href="#"><img src="/images/button.gif" border=0 onclick="this.blur()"></a>
<a href="#" onclick="this.blur()">Link here</a>
No Reviews to show
