CODE
<table width="500" border="1" cellspacing="0" cellpadding="0" align="center">
<tr><td height="50">A</td><td rowspan="3">LONG TEXT</td>
</tr>
<tr><td height="50">c</td>
</tr>
<tr>
<td>d</td>
</tr></table>
<tr><td height="50">A</td><td rowspan="3">LONG TEXT</td>
</tr>
<tr><td height="50">c</td>
</tr>
<tr>
<td>d</td>
</tr></table>
that table has 3 TD in left and 1 TD in right. i want to put a large text on the right TD and when it is expanding the table ONLY the lowest TD from left expand too and the height of the 2 others stay still .
the above code works well in fore fox and opera ,but it won't work in IE6. IE expand the other TD too.
any way i make it right for IE 6?
(any css code with same effect? )
thanks