标签: html
我想在Internet Explorer中自定义disabled =“disabled”选择样式(下拉列表)。希望看起来像第二个图像,但在IE中,它显示为第一个图像。1st image
2nd image
答案 0 :(得分:0)
你可以使用CSS disabled选择器,你可以声明一个自定义stlye for disabled选择类似的东西。
disabled
select:disabled { background: #dddddd; color:red; }