Hyperlinks - ...the dotted line
You have already seen one?
I would be interested in this as well
JP
----------
The Webmaster Promotion and Resource Center.
http://www.what-next.com
You have already seen one?
I would be interested in this as well
JP
----------
The Webmaster Promotion and Resource Center.
http://www.what-next.com
Woody posted this at 01:49 — 23rd July 1999.
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
Woody posted this at 22:13 — 23rd July 1999.
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
Anonymous posted this at 01:32 — 25th July 1999.
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.