【发布时间】:2018-06-15 08:14:49
【问题描述】:
使用 css {resize:both;} 调整表格单元格的大小不适用于表格
我需要调整表格及其单元格的大小,可以使用 css 调整大小, css {resize:both;} 在 div 中工作,但不在表格标签中
<table border="1" style="resize:both;">
<tr>
<td>hi table</td>
<td>hi div</td>
</tr>
<tr>
<td>hi table</td>
<td>hi div</td>
</tr>
<tr>
<td>hi table</td>
<td>hi div</td>
</tr>
</table>
任何人都可以帮忙
【问题讨论】:
-
叹息为什么像可调整大小的列这样的标准功能在桌面应用程序中已经超级简单了 15 年以上没有添加到 css3/html5 中