BoulderBum
Programmer
I have a structure something similar to:
The problem is that it seems to ignore my 10px constraint on the child element (it adopts a sort of relative size). Does anyone know why, and how to work around it?
Code:
<table style="width: 100%">
<tr>
<td style="width: 10px">blah</td>
<td>blah</td>
</tr>
</table>
The problem is that it seems to ignore my 10px constraint on the child element (it adopts a sort of relative size). Does anyone know why, and how to work around it?