Page is a not externally linkable
ProfMoriarty - 10:08 pm on Oct 16, 2002 (gmt 0)
Iīm looking for a solution to convert following table design into css design: <table width="100%"> Problem: The first two columns donīt fill the whole height of the table when using css (see bgcolor). zzz may be higher than xxx but also xxx may be higher than yyy. Havenīt found any solution in css yet. Any idea? Help is really appreciated :-) Lars
Hi everybody,
<tr>
<td width="160" bgcolor="#FF0000">xxx</td>
<td width="100" bgcolor="#00FF00">yyy</td>
<td>zzz</td>
</tr>
</table>