【发布时间】:2014-02-24 07:40:10
【问题描述】:
我已经检查了以下内容 How to change color of disabled html controls in IE8 using css Change the font color of disabled input text box?
有没有办法改变ie9的字体颜色?
【问题讨论】:
我已经检查了以下内容 How to change color of disabled html controls in IE8 using css Change the font color of disabled input text box?
有没有办法改变ie9的字体颜色?
【问题讨论】:
禁用属性 Css 不适用于 IE 旧版本。但现在 IE 11 支持它。
这里是演示链接。 http://jsfiddle.net/kheema/NpHn6/4/
我使用了这条 CSS 行。
input[type="text"]:disabled{color:red;}
【讨论】: