10-10-2008

CSS/(X)HTML Hide dotted outline in Firefox on clicked and active links

hide dotted outline in Firefox on clicked and active links

a:active {
    outline: none; /* hide dotted outline in Firefox */
}
 

Comments:

Your comment:

»

 

[x]