For our navigation, were using links with a background image, makes it easier for hover effects.
But after you click the link, you get them dotted lines around it. Is there any way to prevent this? It looks lame![]()

For our navigation, were using links with a background image, makes it easier for hover effects.
But after you click the link, you get them dotted lines around it. Is there any way to prevent this? It looks lame![]()
Set
outline: 0;
on the CSS. Could be none, its escaped me right now .
It can be either, and also it should be noted that this doesn't work in Internet Explorer.
I use:
a:hover { text-decoration: none; }
Want to hide these adverts? Register an account for free!