自动隐藏成省略号和显示

<abbr title="People's Republic of China">PRC</abbr> was founded in 1949.
<p title="Free Web tutorials">W3School.com.cn</p>
<style type="text/css">
        .alter {
        width: 100px;
        overflow:hidden; 
        display:block;
        white-space:nowrap;
        text-overflow:ellipsis;

    }

 

posted on 2015-12-29 17:46  阿卡贝拉  阅读(82)  评论(0)    收藏  举报