html – 文本溢出,因为省略号不起作用

html – 文本溢出,因为省略号不起作用,第1张

概述我有一个从 MySQL动态填充的表.该表已应用于以下CSS .table th,.table td { padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; white-space: nowrap; overflow: 我有一个从 MySQL动态填充的表.该表已应用于以下CSS

.table th,.table td {  padding: 8px;  line-height: 18px;  text-align: left;  vertical-align: top;  border-top: 1px solID #dddddd;  white-space: nowrap;  overflow: hIDden;  text-overflow: ellipsis;}

我也有一个定义的宽度:

<td >Some Stationers &amp; Printers,Yamunanagar</td>

我希望这看起来像一些文具& amp;镨…
我不知道我在这里做错了什么,任何建议都将不胜感激!

已经测试的浏览器是Safari和Chrome,所以只是webkit!

解决方法 Demo

.table th,.table td {  background:#eee;  padding: 8px;  line-height: 18px;  text-align: left;  vertical-align: top;  border-top: 1px solID #dddddd;  white-space: nowrap;  overflow: hIDden;  text-overflow: ellipsis;  float:left;        // added}
总结

以上是内存溢出为你收集整理的html – 文本溢出,因为省略号不起作用全部内容,希望文章能够帮你解决html – 文本溢出,因为省略号不起作用所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1063919.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存