Pcook CMS V2.3 Beta 上线测试!
您现在的位置:首页 >> 实用代码 >> 信息正文

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

2008-11-19 9:27:49 来源: 网络 作者:站长 访问:116 次 被顶:2 次 字号:【
 

关键是:text-overflow: ellipsis;

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

参与评论
网友评论列表
© CopyRight 2008 Pcook.com.cn, Inc.All Rights Reserved.
Powered by:laoy8 Design by:Pcook 沪ICP备08004247号