Return to Snippet

Revision: 65017
at October 16, 2013 01:07 by thesmu


Initial Code
Fixed it with this:

a:active {    
  background-color: transparent;
}

but keep and eye out for links that loose background color when clicked!

http://stackoverflow.com/questions/15342250/avoid-grey-background-on-ie-10-anchors-links

Initial URL


Initial Description
Fixed it with this:

a:active {    
  background-color: transparent;
}

but keep and eye out for links that loose background color when clicked!

http://stackoverflow.com/questions/15342250/avoid-grey-background-on-ie-10-anchors-links

Initial Title
remove background on active links in ie

Initial Tags


Initial Language
CSS