NeoDreamer
August 27th, 2009, 07:34 PM
http://img197.imageshack.us/img197/4490/outline.png
How do you remove a dotted outline that appears when someone clicks a <button>? I've tried the following, but it does not have the same effect as if it were applied to an <a>.
button {
outline: none;
}
button img {
outline: none;
}
How do you remove a dotted outline that appears when someone clicks a <button>? I've tried the following, but it does not have the same effect as if it were applied to an <a>.
button {
outline: none;
}
button img {
outline: none;
}