宽度,不管是固定宽度还是百分比,必须要有个宽度值
white-space:nowrap;设置为不换行
overflow:hidden;超出部分隐藏
text-overflow:ellipsis;超出的用...表示(单IE支持[color=red][/color])
white-space:nowrap;设置为不换行
overflow:hidden;超出部分隐藏
text-overflow:ellipsis;超出的用...表示(单IE支持[color=red][/color])
width:xxx;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;