Make text fit into table width automatically

Source: Internet
Author: User
Tags object net
With CSS, text automatically adapts to the width of the table, and the text that is out of width is automatically hidden. IE below can also automatically appear ... Elliptical symbol.

With CSS, text automatically adapts to the width of the table, and the text that is out of width is automatically hidden. IE below can also automatically appear ... Elliptical symbol.
The style used:

Program code
. ctl{
Table-layout:fixed
}
. CTL td{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:2px}

Description
table-layout:fixed Fixed layout algorithm, the default width of the table is 100% (for Ie,mozilla)
Text-overflow:ellipsis displays an ellipsis (...) when text in an object overflows. (For IE)
Overflow:hidden does not display content that exceeds the size of the object (for Ie,mozilla)
White-space:nowrap forces all text to be displayed in the same line until the text ends or encounters a BR object (for Ie,mozilla)
==========
The following is a concrete example



New Document





























< /tr> < /table>
cora nge.cn Corange's messy chronicle
Asp,php,jsp,js,asp.net,div,css and other website construction related technologies
(1/1)
corange.cn Corange's messy Chronicle
Asp,php,jsp,js,asp.net,div,css website construction related Technologies corange.cn Corange's messy chronicle
Asp,php,jsp,js,asp.net,div,css and other website construction related technologies
(1/1)
corange.cn Corange's messy Chronicle
Asp,php,jsp,js,asp.net,div,css website construction related Technologies
(1/1)
corange.cn Corange's messy chronicle
Asp,php,jsp , JS,ASP.NET,DIV,CSS etc website Construction related technology
(1/1)

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.