Hi,
I'm new to the forum and have just come across this issue when testing my site for the first time in Internet Explorer (I normally use Firefox).
In IE, the 3x3 table renders with the two images in Row 3, Col 1 and Row 3, Col 3, both sized as 1px by 1px with a gap below them, showing the background colour through.
See attached screenshots, the first of Firefox's (correct) and the second of IE7's (incorrect) rendering.
The HTML code is as follows:
<table style="text-align: left; width: 100%; height: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="3" rowspan="1" style="vertical-align: top; height: 50%;">
<br>
<big style="color: rgb(125, 171, 153);"><big>
Sea
</big></big><br>
<br>
Content
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 1px; height: 1px; background-color: rgb(125, 171, 153);">
<img style="width: 42px; height: 35px;" alt="" src="images/round-corners/tl.png">
</td>
<td style="vertical-align: top; background-color: rgb(125, 171, 153);">
</td>
<td style="vertical-align: top; text-align: right; width: 1px; background-color: rgb(125, 171, 153);">
<img style="width: 42px; height: 35px;" alt="" src="images/round-corners/tr.png">
</td>
</tr>
<tr style="background-color: rgb(200, 103, 103);">
<td style="vertical-align: top; background-color: rgb(125, 171, 153);">
</td>
<td style="vertical-align: top; color: rgb(255, 255, 255); background-color: rgb(125, 171, 153);">
<big><big>
Surf
</big></big>
<br><br>
Content
<br>
</td>
<td style="vertical-align: top; background-color: rgb(125, 171, 153);">
</td>
</tr>
<tr style="background-color: rgb(200, 103, 103);">
<td style="vertical-align: bottom; height: 1px; width: 1px; background-color: rgb(125, 171, 153);">
<img style="width: 42px; height: 35px;" alt="" src="images/round-corners/bl.png">
</td>
<td style="vertical-align: top; background-color: rgb(125, 171, 153);">
</td>
<td style="vertical-align: bottom; text-align: right; background-color: rgb(125, 171, 153);">
<img style="width: 42px; height: 35px;" alt="" src="images/round-corners/br.png">
</td>
</tr>
</tbody>
</table>
Please help me to get the IE rendering the same as FF's!
Thanks in advance,
J