让超出DIV宽度范围的文字自动显示省略号...
更新时间:2008年10月18日 17:31:14 作者:
关键是:text-overflow: ellipsis;
div.titleholder {
font-family: ms sans serif, arial;
font-size: 8pt;
width: 100;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
font-family: ms sans serif, arial;
font-size: 8pt;
width: 100;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
相关文章
让iframe自适应高度(支持xhtml)IE firefox兼容
让iframe自适应高度(支持xhtml)IE firefox兼容...2007-04-04


最新评论