欢迎来到福编程网,本站提供各种互联网专业知识!

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

发布时间:2008-10-18 作者: 来源:转载
关键是:text-overflow:ellipsis;
div.titleholder {
font-family: ms sans serif, arial;
font-size: 8pt;
width: 100;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

相关推荐