【发布时间】:2014-08-20 13:22:38
【问题描述】:
如果文本长度在占位符中更多,我使用下面的代码来显示省略号。 它在 Chrome 和 Firefox 中运行良好。在 IE 中它不起作用。
input[placeholder] {
text-overflow:ellipsis;
}
【问题讨论】:
-
这是某种公认的答案,也许它也适合这个问题:stackoverflow.com/questions/18691919/…
标签: html css placeholder