首页 > 编程 > HTML > 正文

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

2020-10-23 18:30:34
字体:
来源:转载
供稿:网友
div.titleholder {
font-family: ms sans serif, arial;
font-size: 8pt;
width: 100;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表