css - How can I remove the outline around hyperlinks images? -


When we use text replacement using CSS and give a negative examination-indent, i.e. Text-indent: -9999px . Then when we click on that link, the dotline line looks like a sample image below, what is the solution for it? Outline for anchor tag for

Remove

  a {outline: none}}  

Remove outline from the image link

  an img {outline: none ;}  

Remove the boundary from the image link

  img {border: 0;}  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -