Trying to get rid of the blue highlight in IE. This is a select tag. When you pull down the dropbox and choose an option, the blue highlight appears. I am on a Mac and do not have IE so I cannot test it. Is it just background-color: transparent?
Here is an image of what I am seeing. http://postimg.org/image/xa8kmxfbt/
Thanks!
You can use:
select::-ms-value {background: transparent;}
This will change its colour once selected, but while selecting, you'll still see that blue colour on hover.
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