CSS3 table-layout: fixed

table-layout: fixed

单元内容无论大小等宽,内容如果超出宽度则换行显示。

<!-- 三个不同内容的单元格的宽度是一致的 -->

<table border="1" width="30%" style="table-layout: fixed">
<tr><td>我的内容很长长长长长长 + 10086</td><td>中等长度</td><td>短</td></tr> 
</table>

显示效果

我的内容很长长长长长长 + 10086中等长度
更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程