Problem;
Dotted border is displayed after clicking the link:
Solution:
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
Problem;
Dotted border is displayed after clicking the link:
Solution:
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}