WTFDWK

Remove the dotted border from links in Firefox..?

Categories: CSS, Print and Press  |  Written By: hoboballan

Don’t know about any of you out there, but i hate these stupid “dotted borders” that appears when you click a link in firefox. And i hope if like me you wouls love to ba able to remove the border then i have a solution for you!

Just chuck this bit of code into your css style sheet.

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

Leave a Reply

Back to the top

Looking for something?

Browse Posts By Category

Choose a category below to browse and subscribe to specific content.

Subscribe

Stay updated with WTFDWK via RSS or maybe you would like to share this post?