CSS截取字符串

/*溢出的字...处理*/
.updatecsssubstring {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    display: inline-block;
}

 

posted @ 2015-10-23 20:25  逍遥帝君  阅读(2877)  评论(0编辑  收藏  举报