让超出DIV宽度范围的文字自动显示省略号...

关键是:text-overflow: ellipsis;

div.titleholder {
font-family: ms sans serif, arial;
font-size: 8pt;
100;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;

原文地址:https://www.cnblogs.com/Chenshuai7/p/5262620.html