【发布时间】:2011-10-20 16:33:20
【问题描述】:
我有一整列的表,其标题由一个问题组成,并且在以下行中仅包含一个复选框...
------------------------------------------------------
| Would you like this text to wrap ? | <rest of row> | <-- <th>
-------------------------------------+----------------
| [] + <rest of row> | <-- <tr>
-------------------------------------+----------------
| [] + <rest of row> | <-- <tr>
我觉得不好看。我可以使用任何标记来“鼓励”浏览器这样呈现它吗...
---------------------------
| There, | |
| isn't | |
| that | <rest of row> | <-- <th>
| nicer? | |
----------+----------------
| [] | | <-- <tr>
----------+----------------
| [] | | <-- <tr>
----------+----------------
请注意,我不想强迫浏览器进行特定的渲染,只是为了提出一些建议——或者被告知这是不可能的。
任何解决方案都必须在 MS IE 7 中运行。
【问题讨论】:
标签: html css html-table cross-browser internet-explorer-7