<pstyle="width: 300px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
如果实现单行文本的溢出显示省略号同学们应该都知道用text-overflow:ellipsis属性来,当然还需要加宽度width属来兼容部分浏览。
实现方法:
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
<pstyle="width: 300px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
如果实现单行文本的溢出显示省略号同学们应该都知道用text-overflow:ellipsis属性来,当然还需要加宽度width属来兼容部分浏览。
实现方法:
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;