日期:2013-06-03  浏览次数:21252 次

标题超出宽(长)度部分自动显示省略号的CSS代码
li
{
       line-height:13px;
       height:13px;
       overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
 
非常实用的一个代码