字串根據寬度自動添加省略符號(CSS)

來源:互聯網
上載者:User
摘自:http://www.jb51.net/article/3622.htm

關鍵CSS代碼:text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px

以下是執行個體:Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<HTML> 
<HEAD> 
<TITLE> New Document </TITLE> 

<style> 
 .ctl{ 
   table-layout:fixed 
 } 
  .ctl td{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px} 
</style> 
</HEAD> 

<BODY> 
 <table cellSpacing="0" cellpadding="1" width="100%" class="ctl" border=1> 
  <colgroup> 
   <col> 
   <col width="60"> 
  </colgroup> 
  <tBody> 
   <tr> 
        <td>標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</td> 
        <td>(1/1)</td> 
   </tr> 
    <tr> 
        <td>標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</td> 
        <td>(1/1)</td> 
   </tr> 
   <tr> 
        <td>標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</td> 
        <td>(1/1)</td> 
   </tr> 
   <tr> 
        <td>標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</td> 
        <td>(1/1)</td> 
   </tr> 
 </tBody> 
 </table> 
</BODY> 
</HTML>

執行個體2: 如果是在<div></div>或者<li></li>裡面又怎麼做呢?<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<HTML> 
<HEAD> 
<TITLE> New Document </TITLE> 

<style> 

  .ctl {}{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px} 
</style> 
</HEAD> 

<BODY> 
<div class="ctl" style="width:234;height:99;background:cyan;">標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</div> 

<ul class="ctl" style="width:234;"><li>標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</li><li>標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻標題擴大副教授計程車大夫看見似的看來法艱苦但是第十六棵飛機立刻</li></ul> 
</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.