.test {
width:200px;
padding:10px;
overflow:hidden;            /*不显示超过对象宽度的内容*/
text-overflow:ellipsis;     /*当对象内文本溢出时显示省略标记(...)*/
white-space:nowrap;     /*限制在一行内显示所有文本*/
}
posted on 2010-02-22 11:02  阿C's  阅读(366)  评论(0)    收藏  举报