我们有禁用的文本字段。 IE 10中的文本存在BOLD问题,但在IE8,IE9上工作正常。
input[type="text"][disabled], select:disabled, textarea:disabled{
background:#FFF !important;
text-shadow:0 !important;
box-shadow:none !important;
font-weight:bold !important;
}
例如在IE8,IE 9中,即使我将字体权重设为BOLD,也就是它在禁用文本字段中的显示方式
Textfield:abcd
对于IE10, TextField: adcb
请告诉我如何解决此问题。