Hi guys,
I'm about to submit a bug to Microsoft.
The following html is displayed fine in a browser, but in VS designer it makes the entire page scrollable - as the table isn't clipped by the div:
<div style="width: 800px; height: 100px; overflow: scroll;">
<table style="table-layout:fixed">
<tr>
<td style="width:1600px">1</td>
</tr>
</table>
</div>
Maybe you know similar bugs being already reported?
Or maybe you knows how to fight this?