When we click on a
tag, the border is appear around it.
In Mozilla that border has the color of a
tag, so when i set the color of a tag same as the background color of content, the border disappears, but in IE that border always white, so i don't know how delete it.
Any ideas?
Thanks much
Just add a:visited { outline: none; } in your style file.
We can specify the no border property using CSS border: none, border-width : 0, border : 0 properties.
Adding border="0" to your img tag prevents that picture from having a border around the image.
Remove outline.
a {
outline: none;
}
Don’t.
This makes your site inaccessible to keyboard users. That may not sound like a big deal, but many people with relatively minor disabilities are unable to use a mouse.
At the very least, replace it with something else to indicate focus.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With