3
我正在使用IE9,並且在選擇下拉菜單時無法刪除藍色背景。當從任何下拉列表中選擇一個項目時,該元素將被一個藍色框覆蓋。它不會在Chrome或Firefox上發生。刪除選擇下拉菜單中的藍色背景IE9
此代碼刪除它IE10和邊緣
select::-ms-value {
background: none; /* remove blue background on ie10/ie11 when selected*/
color:#5a5a5a;
}
你有沒有嘗試過背景:無!重要? –
http://stackoverflow.com/questions/1895476/how-to-style-a-select-dropdown-with-css-only-without-javascript – HerrSerker