I posted this topic,
Main area wonking out in IE... Ideas on how to fix? about a month ago and got a helpful response.
The problem is, it's still problem.
The rounded corners of the main area looks fine in Firefox, but it looks like crap in IE. Unfortunately, my client uses IE exclusively.
I've added a spacer graphic like kobos suggested in the previous forum post, and IE still doesn't display the area properly.
This image may give you a better idea of the problem.
Also, here is the main area code if that will help:
Code: Select all
<table width="950" height="185" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="1" colspan="9" bgcolor="#94927B"></td>
</tr>
<tr>
<td width="10" height="180" bgcolor="#94927B"> </td>
<td width="225" bgcolor="#94927B"><img src="http://ohtmacon.com/graphics/watersports.jpg" width="225" height="180"></td>
<td width="10" bgcolor="#94927B"> </td>
<td width="225" bgcolor="#94927b"><img src="http://ohtmacon.com/graphics/exercise.jpg" width="225" height="180"></td>
<td width="10" bgcolor="#94927B"> </td>
<td width="225" bgcolor="#94927B"><img src="http://ohtmacon.com/graphics/parks.jpg" width="225" height="180"></td>
<td width="10" bgcolor="#94927B"> </td>
<td width="225" bgcolor="#94927B"><img src="http://ohtmacon.com/graphics/events.jpg" width="225" height="180"></td>
<td width="10" bgcolor="#94927B"> </td>
</tr>
<tr>
<td height="5" colspan="9" bgcolor="#94927B"></td>
</tr>
</table>
<table width="950" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#94927B"><table width="930" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#94927B">
<tr>
<td width="15" height="15" align="left" valign="top" bgcolor="#FFFFFF"><img src="http://ohtmacon.com/graphics/U-left.jpg"></td>
<td width="910" align="left" valign="top" bgcolor="#FFFFFF"><img src="http://www.ohtmacon.com/graphics/igs.gif" width="780" height="1"></td>
<td width="15" height="15" valign="top" bgcolor="#FFFFFF"><img src="http://ohtmacon.com/graphics/U-right.jpg" align="right"></td>
</tr>
<tr>
<td colspan="3" align="left" valign="top" bgcolor="#FFFFFF"><table width="90%" border="0" align="center" cellpadding="12" cellspacing="0">
<tr>
<td>{CONTENT}</td>
</tr>
</table></td>
</tr>
<tr>
<td width="15" height="15" align="left" valign="bottom" bgcolor="#FFFFFF"><img src="http://ohtmacon.com/graphics/l-left.jpg"></td>
<td height="10" align="left" valign="top" bgcolor="#FFFFFF"></td>
<td width="15" height="15" valign="bottom" bgcolor="#FFFFFF"><img src="http://ohtmacon.com/graphics/l-right.jpg" align="right"></td>
</tr>
</table>
<br></td>
</tr>
</table>
Any help or suggestions would be greatly appreciated.
Regards,
Mark