Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Sunday, August 12, 2007

Remove Dotted Border Around Link in Firefox

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