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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to keep link active but remove dotted lines around link?

Status
Not open for further replies.

kippie

Technical User
Nov 8, 2001
158
Is there a way to keep a link active but remove the dotted lines around them. I want to get rid of those but cannot use "blur()" because I also use CSS-codes like
A.top:active { color: red; } and if I use blur that doesn't work anymore.

Kippie
 
The only way to do this is to use onFocus=this.blur()

You have to think logically.
Of course, the link will not be "active" after that, so it's natural that you don't see color defined in css. You have to deside what is more important to you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top