Firefox is growing to be the majority in web browsing, but it still has it's quirks. When you design a new web site you HAVE to test it in different browsers. Most people have noticed that Firefox will put a dotted border around links that have been clicked on, here is a simple bit of coding to stop that annoyance.
a:active, a:focus {
outline: 0
}
Add to: | del.cio.us | digg