gpt4 book ai didi

html - 在选择下拉菜单中删除蓝色背景 IE9

转载 作者:搜寻专家 更新时间:2023-10-31 22:59:34 24 4
gpt4 key购买 nike

I am using IE9 and can't remove the blue background when a select dropdown is focused.当从任何下拉列表中选择一个元素时,该元素将被一个蓝色框覆盖。它不会出现在 Chrome 或 Firefox 上。

此代码为 IE10 和 Edge 删除了它

select::-ms-value {
background: none; /* remove blue background on ie10/ie11 when selected*/
color:#5a5a5a;

}

最佳答案

我遇到了同样的问题,我用这个解决了它:

select:focus::-ms-value {
background-color: white;
color:#000;
}

希望对您有所帮助。

关于html - 在选择下拉菜单中删除蓝色背景 IE9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33995820/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com