<pstyle="width: 300px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
如果實現(xiàn)單行文本的溢出顯示省略號同學們應該都知道用text-overflow:ellipsis屬性來,當然還需要加寬度width屬來兼容部分瀏覽。
實現(xiàn)方法:
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
<pstyle="width: 300px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
如果實現(xiàn)單行文本的溢出顯示省略號同學們應該都知道用text-overflow:ellipsis屬性來,當然還需要加寬度width屬來兼容部分瀏覽。
實現(xiàn)方法:
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;