标签:
.shortNameShow{ overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
1.overflow:hidden;隐藏多余的内容
2.text-overflow:ellipsis;
text-overflow: clip|ellipsis|string;
值 | 描述 |
---|---|
clip | 修剪文本。 |
ellipsis | 显示省略符号来代表被修剪的文本。 |
string | 使用给定的字符串来代表被修剪的文本。 |
标签:
原文地址:http://www.cnblogs.com/WarBlog/p/5231805.html