CSS控制TD內字數長度 省略符號 css截取 超過 顯示 省略符號

來源:互聯網
上載者:User
<html>  <head>   </head>   <body>   <style type = "text/css" >   .mytable{       table-layout:fixed;       width:98%       border:0px;       margin:0px;       background-color:#BDE1F2;       }      .mytable tr td{       text-overflow:ellipsis; /* for IE */        -moz-text-overflow: ellipsis; /* for Firefox,mozilla */        overflow:hidden;       white-space: nowrap;       border:0px;       text-align:left       }   </style>   <table width = "500px" class = "mytable" >     <tr>       <td width = "20%" > ONE PIECE 海賊王 </td>       <td width = "80%" > ONE PIECE”在故事中為“一個大秘寶”之意。故事描述男主角‘草帽’     蒙其·D·路飛為了當上“海賊王”而踏上“偉大航道”及與其夥伴的經曆。傳說中‘海賊王’     哥爾·D·羅傑在死前說出他留下了具有財富、名聲、力量世界第一的寶藏“ONE PIECE”,許     多人為了爭奪“ONE PIECE”,爭相出海,許多海賊開始樹立霸權,而形成了“大海賊時代”。     十年後,路飛為了要實現與因救他而斷臂的四皇‘紅髮’香克斯的約定而出海,在遙遠的路途     上找尋著志同道合的夥伴,一起進入“偉大航道”,目標當上“海賊王” </td>     </tr>   </table>   </body>   </html>  
相關文章

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.