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

关键是:text-overflow: ellipsis;

 

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

posted on 2016-03-10 17:05  Chen_s  阅读(1007)  评论(0编辑  收藏  举报

导航