When I click on a link, most browsers draw a dotted box around it. It's easiest to see if the link is opened in a new window, since the original page sticks around.
Can this be stopped?
feedback
|
|
Put this in your CSS
Here's a more detailed breakdown and a related question | |||
|
feedback
|
|
http://css-tricks.com/removing-the-dotted-outline/ better use:
or
it's more specific. otherwise you might suppress too many things at once. and if you care for accessibility make sure to give the users who can't use a mouse some other way of knowing which link is active or focused. | |||
|
feedback
|
|
One option is to use the javascript If you're using jQuery, then you could implement such a solution like this:
| |||
|
feedback
|