这个 div 使用 "text-overflow:ellipsis" :
This is some long text th。。。
这个 div 使用 "text-overflow:clip":
This is some long text th
hover属性text-overflow:inherit;
http://www.w3school.com.cn/cssref/pr_text-overflow.asp案例
css3超过部分省略
原文:http://www.cnblogs.com/Eplayed/p/5497097.html