当前位置: 代码迷 >> HTML/CSS >> css有关问题解决方案之table中td内容换行
  详细解决方案

css有关问题解决方案之table中td内容换行

热度:134   发布时间:2012-08-22 09:50:34.0
css问题解决方案之table中td内容换行

?

css问题解决方案之table中td内容换行

?

?

1.设置表格的宽度为100%

2.设置表格的样式中的table-layout:fixed

3.设置td的word-wrap:break-word

  相关解决方案