为什么占位符不起作用,即9& 8?

时间:2014-05-03 14:19:17

标签: css html5 internet-explorer-8 internet-explorer-9

为什么占位符不在IE中工作(8,9)

我试图使用占位符在输入框中使用占位符显示一些描述,并在IE 8& 9这不起作用。我需要在输入框中显示一些文本而不使用任何Jquery或javascript。以下是代码:

<input type="text" name="fname" placeholder="First name">

我正在努力找出原因。

2 个答案:

答案 0 :(得分:1)

Internet Explorer 9及更低版本不支持

placeholder属性,但您可以使用此JavaScript插件使其正常工作http://jamesallardice.github.io/Placeholders.js/

答案 1 :(得分:0)

旧版IE不支持。试试placeholder.js