jeffmatthews
11-12-2009, 04:46 AM
<tr><td colspan="2" class="legBioTableColHeader">Legend</td></tr>
<tr><td colspan="2" class="legendContents"><u>State-Level</u></td></tr>
<tr>
<td style="background-color:white" class="legendIcon"></td>
<td class="legendDescription">No action.</td>
</tr>
I am trying to make the 3rd row, 1st column have a width of 12px. I want the 2nd column in that row to take up the rest of the table width.
I have tried playing with setting width, min-width and max-width between these two columns, and it seems in every case that the 2nd column just ignores everything and sets itself to be some arbitrary width. The 1st column acts the same way.
What is the pattern by which these tags behave such that I can accomplish my goal? I'd sure to like understand this, set it, and move on....
Thanks.
<tr><td colspan="2" class="legendContents"><u>State-Level</u></td></tr>
<tr>
<td style="background-color:white" class="legendIcon"></td>
<td class="legendDescription">No action.</td>
</tr>
I am trying to make the 3rd row, 1st column have a width of 12px. I want the 2nd column in that row to take up the rest of the table width.
I have tried playing with setting width, min-width and max-width between these two columns, and it seems in every case that the 2nd column just ignores everything and sets itself to be some arbitrary width. The 1st column acts the same way.
What is the pattern by which these tags behave such that I can accomplish my goal? I'd sure to like understand this, set it, and move on....
Thanks.