How to … style the dotted link border in Firefox

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)

corner

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:

  1. CSS border-bottom for IE 6
  2. CSS: center background image in Firefox & Co.
  3. How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1
  4. How to code a jQuery slider menu

0 Responses to “How to … style the dotted link border in Firefox”


  1. No Comments

Leave a Reply