I wanted to share something with you guys/girls.
Regarding the way firefox handles links...
...did it ever annoy you how firefox leaves dotted lines, which wraps around the linked tabs? There is a fix for this.
Here is a CSS example:
a:active
{
outline: none;
}
Reference Link:
Removing Dotted Links
-esoin
Bookmarks