How to
Today a short but usefull snippet.
On our website i discoverd a ugly, dotted corner on active and focus links in our menu (see picture)

With one little line css code, the problem is solved!
a:active, a:focus {outline: none;}
You can check our site – nothing to see
… greetz, ole!
Related posts:
- CSS border-bottom for IE 6
- CSS: center background image in Firefox & Co.
- CSS floating problems
- How to … sort the feuserlist in TYPO3
- css3 snippets for every day: border-radius, gradient, shadow, …
- Floating problems with IE 6
- How to code a jQuery slider menu
- How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1
0 Responses to “How to … style the dotted link border in Firefox”
Leave a Reply