Hyperlinks - ...the dotted line

They have: 2,390 posts

Joined: Nov 1998

You have already seen one?
I would be interested in this as well Smiling
JP

----------
The Webmaster Promotion and Resource Center.
http://www.what-next.com

They have: 35 posts

Joined: Mar 1999

Does anyone know a script that removes the little dotted line from around text or image links when you select them? I have seen one somewhere but now I can't find it. This may be a long shot.
Thanks

They have: 35 posts

Joined: Mar 1999

Think I've got it. Add onFocus="this.blur()" to the anchor tags. Seems to work fine in IE 4+5. Anyone want to test it further?
Woody

They have: 5,633 posts

Joined: Jan 1970

I found this script a while ago, I don't know where but it works in IE4 - I'm not too sure about IE5.

ADD BETWEEN HEAD TAGS
function removeSelection(x) {
if (navigator.appName == "Microsoft Internet Explorer" ) {
x.blur();
}
}

ADD TO HREF TAG
onClick="removeSelection(this)"
onMouseDown="removeSelection(this)"

----------
[email protected]
vegas.com.au/~jasper

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.