yegorpb
07-17-2005, 08:24 PM
Im having trouble getting this to work. I have on table, which has variable height, and I wish to have another table inside that table that is 100% of that height, but I can never get this to work.
<table height="variable">
<tr>
<td>
<table height="100%">
<tr>
<td>blah</td>
</tr>
</table>
</td>
</tr>
</table>
It never matches the outer table, it acts like I didn't even include the height parameter. :confused:
<table height="variable">
<tr>
<td>
<table height="100%">
<tr>
<td>blah</td>
</tr>
</table>
</td>
</tr>
</table>
It never matches the outer table, it acts like I didn't even include the height parameter. :confused:
