死都不换行的css

2006-11-08 bailing
1.

white-space:nowrap;	overflow: hidden;	width: 17em !important ;	width: 18em;

注意: white-space不支持td,th等。

2.

用.fixTable{ table-layout: fixed; overflow:hidden; }加上nobr标签实现隐藏





nobr标签非标准。

你可能感兴趣的:(css)