相容所有瀏覽器的省略符號–純CSS策略

來源:互聯網
上載者:User

 

代碼:

<style>
div a{
 display:block; /* 必須 */
 Width:310px; /* 必須 */
 white-space:nowrap; /* 必須 */
 overflow:hidden; /* 必須 */
 float:left; /* 必須 */
    text-overflow:ellipsis;        /* for IE */
    -o-text-overflow: ellipsis;    /* for Opera safari chrome*/
}
/* for Firefox */
div:after{
    content:"";
    padding-left:3px;
    font-size:12px;
}
</style>
<body>
<div>
<a href="ddd">我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志</a>
</div>
</body>

 

樣本:

 

我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志我的同志
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.