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
cora nge.cn Corange's messy chronicle Asp,php,jsp,js,asp.net,div,css and other website construction related technologies |
(1/1) | < /tr>
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) |
< /table>