Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Box around links in IE

Status
Not open for further replies.

snt

MIS
Jun 19, 2000
104
US
Hello everyone,

A while back I saw a script that didn't show those boxes around links in IE when clicked. I think it was DHTML. Does anyone know where I can find this or how to do it?

Thanks.

SNT
 
Those lines appear onfocus, so try this:

<a href=&quot;#&quot; onfocus=&quot;this.blur()&quot;>darg</a> jared@aauser.com
 
You know, those stupid boxes have always annoyed me, but I never thought to do anything about it. Using blur onfocus works. It might be worthwhile to create a clickhandler that blurs all of your links when clicked so that you don't have to specify it on every single one.
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
Thank you.

It works nicely. And yes, there are very annoying. I am going to work on a handler. I'll post my results.

SNT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top