也许它在线路休息时起作用.但是什么是css属性?
问题是:如何为用户显示:点,如果文本超过150px
DEMO
<div>apple</div> <div>jack fruit</div> <div>super puper long title for fruit</div> <div>watermelon</div> div { font-family: Arial; background: #99DA5E; margin: 5px 0; padding: 1%; width: 150px; overflow: hidden; height: 17px; color: #252525; }
text-overflow: ellipsis; white-space: nowrap;
小提琴:http://jsfiddle.net/5UPRU/7/