我使用以下代码,
<textbox value="abc" placeholder="Eg:sample" rows="7"/>
CSS:
input:-ms-input-placeholder {
color: blue;
}
在浏览器中渲染时,文本框呈现为“textarea”,而在Chrome中,Firefox占位符颜色设置正常。仅在IE(版本9)中,它呈现字体颜色而不是占位符颜色。
请有人帮忙解决这个问题。
答案 0 :(得分:0)
请记住:Internet Explorer 9很古老。 Internet Explorer 9是错误的。 Internet Explorer 9的市场份额非常低。
The documentation表示在Internet Explorer 10中添加了对:-ms-input-placeholder
的支持。