文字过多 显示省略号 css IE firefox


适用于只有一行文字的情况.

.test{ 
text-overflow:ellipsis;     /*当对象内文本溢出时显示省略标记(...)*/
width:200px; height:50px;   
overflow:hidden;  
white-space:nowrap;   
}

你可能感兴趣的:(css)