Take a look at this page in IE (I have the newest version, but it also happens in older versions.)
http://tinuska.vibraflex.cz/
In above link there are two round buttons at bottom of the page. When you click the button, a semi-transparent highlight around the button appears. It doesn't appear in Mozilla or Chrome. Is it possible to remove it somehow?
Add an extra style in anchor tag.
style="background-color:transparent"
TRY It. The below code of css is useful for remove the border and focus around the link or button.
a:focus{
outline:none !important;
}
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