我想在同一个输入框中使用自动对焦和占位符。它适用于除Internet Explorer之外的大多数浏览器,Autofocus取消了占位符。你能告诉我如何阻止这种情况发生吗?
<html>
<body>
<input type="type" placeholder="PlaceHolder Text" autofocus="autofocus">
</body>
</html>
答案 0 :(得分:0)
您可以解决此问题:
http://samplacette.com/html-5-placeholder-autofocus-cross-browser-support-for-ie/
它解释了问题,并为您提供了一个避免填充的填充物。
祝你好运