Forum Moderators: open
LEFT CENTER RIGHT
The widths of the LEFT and RIGHT cells are controlled through CSS. The CENTER column has no width value.
In the center column I have a textarea.
When I set the textarea's width (via css) to 100% a problem occurs. About 30% of the time (in IE and Firefox) the RIGHT column displays incoorectly, it is either squeeze or (more common) it is pushed outside the the window frame and is only viewable through the horizontal scroll.
I know this is a common problem and I was wondering if anyone knew a fix to this.
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#eeeeee">
<tr>
<td width="100" height="100" valign="top"> </td>
<td width="69%" valign="top"> </td>
<td width="100" valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
<td height="400" valign="top" bgcolor="#ffffff"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="400" valign="top"> </td>
</tr>
</table></td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
</table>