I have a drop down that I have styled with and image. When user selects an option it turns blue. The blue color shows on top of the image which looks really ugly. How can I stop this behaviour through css?? I dont want the selected state to change color.
I want something like
select:active {
background:transparent;
}
I am open to javascript solution too...