CSS controls that text in the TD object is replaced by ellipsis instead of line breaks when the text in the TD object exceeds the specified width.

Source: Internet
Author: User

<Style type = "text/css">. lineOverflow {width: 100px; border: #000 solid 1px; text-overflow: ellipsis; white-space: nowrap;/* disable automatic line feed */overflow: hidden ;} </style>
<Table style = "table-layout: fixed; width: 200px;"> <tr> <td class = 'lineoverflow'> since most Chinese fans can only watch live videos at home late at night, this advice does not need to be transferred to Chinese fans if you are at most with your friends. </td> </tr> </table>

It is valid for Firefox, chrome, and IE8. table-layout: fixed must be set for table. In addition, you must set the width for table under Firefox. Otherwise, it is invalid.

 

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.