- The latest from Twitter
css
Everything css
Removing the dotted line around links in Firefox
Firefox has an annoying habit of adding a dotted line around links during the “focus” (when clicked) stage of the link. This is due to Firefox’s standard CSS having the following line:
:-moz-any-link:focus {
outline: 1px dotted invert;
}
Thankfully it’s easy to deal with… Read more…
September 7, 2009 | Tags: CSS, Development, Firefox, Tutorial







