You Are Here: Home » CSS Tips » Remove gray border around links in Firefox

Remove gray border around links in Firefox

Firefox has the bad habit to add a gray border around the links when clicked as seen in the following image…
firefox gray border
We can easily remove it applying a specific css property…

To remove it completely, we only need to add the css property outline with the value none to the links.

Example of the css rule:

a{
outline:none;
}

Sponsors of this article

About The Author

Web Developer

Flepstudio.org CEO - Web designer - Flash - Wordpress

Number of Entries : 80

Comments (7)

Leave a Comment

© 2012 Flepstudio.org

Scroll to top