Greetings,
I've been trying to make a site work for half a day to no avail. IE8 is bad for my mental state.
So, there is a table looking like this:
<table width="100%">
<tr id="header">
<td colspan="2"></td>
</tr>
<tr id="center">
<td id="left" style="width: 201px"></td>
<td id="mainpage" style="width: 100%"></td>
</tr>
</table>
In every browser (including IE7) apart from IE8 the "left" td is fine. In IE8 it exceeds the width according to the mainpage's content.
I'd post some screenshots but it's my first post here.
Any ideas whatsoever?