css
div{ 200px;height:200px;background:#eee;}
/* ie下的样式*/
p span{
display:block;
200px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
/* 火狐下的样式*/
p{ clear:both; }
p span{float:left;
max-175px;
}
p:after{
content:"..."
}