I am facing a CSS issue in IE 10 (Document Mode : IE 7 Standard). I am getting multiple border in my dropdown list while setting background color. As shown in screen shot :
Extra border is coming on top and left. I have already tried border:none, border:0, outline:none, outline:0, border:transparent etc. but none of them works for me.
Edit : I am facing this issue only when I am adding background-color to dropdown list.