Thursday, August 6, 2009

Removing The Dotted Outline

Removing The Dotted Outline that appears in web browser, when mouse is moved on link or button / icon :

Solution:
a {
outline: none;
}

a:hover, a:active, a:focus {
outline: none;
}

No comments:

Post a Comment