我即将向 Microsoft 提交一个错误。
以下 html 在浏览器中显示良好,但在 VS 设计器中,它使整个页面可滚动 - 因为表格没有被 div 剪切:
<div style="width: 800px; height: 100px; overflow: scroll;">
<table style="table-layout:fixed">
<tr>
<td style="width:1600px">1</td>
</tr>
</table>
</div>
也许您知道已经报告了类似的错误?
或者,也许您知道如何与之抗争?