码迷,mamicode.com
首页 > Web开发 > 详细

css实现省略号

时间:2014-11-30 13:47:22      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:style   color   使用   sp   div   as   text   br   ht   

一、使用css实现

.slh {

width:200px;

display: block;

overflow: hidden;

white-space:nowrap;

-o-text-overflow:ellipsis;

text-overflow:ellipsis;}

优点:简单易用
缺点:如果设置 /*td, th, div { word-break: break-all; word-wrap: break-word; }*/
ie8+直接根据宽度将宽度截取。而不会显示省略号。
而且如果不规定高度。文本还会换行显示。
所以加一个样式
.height20{height:20px;}

css实现省略号

标签:style   color   使用   sp   div   as   text   br   ht   

原文地址:http://www.cnblogs.com/wuqiong/p/4132893.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!