表格加"-"的长字段英文数字
xxxxxxxxxxxxxx
今天星期几今天星期今天星期几今天星期
wwwwwwwwwwwwwwww-wwwwwwwwwwwwwwww
2011-11-30
2011-11-30
2011-11-30
2011-11-30
2011-11-30
2011-11-30
1.overflow:hidden(
表格中失效
)
2.overflow:auto
3.white-space:nowrap(禁止换行)
4.word-wrap:break-word(词内换行
,只支持连续的英文和数字,在表格中失效
)
5.word-break:break-all(边界内换行
,支持包括英文和数字的词句短,在火狐中失效
)
6.table-layout:fixed(固定表格
,启动该属性可在表格中支持word-wrap:break-word;overflow:hidden;
)