Hi everyone... new to the forums, but in no way new to html/css/php/asp/coding/whatever.
This is a rather simple question, but in all my years of experience I've never been able to figure it out.
Lets say I have a table that looks something like this:
Code:
<table>
<tr>
<td></td>
<td rowspan="2"></td>
</tr>
<tr>
<td></td>
</tr>
</table>
In other words, I have one column with two cells and one column with one cell.
Now, as the larger (2 rowspan) right cell fills with content, BOTH left cells scale vertically. Is there ANY way to make only ONE of left cells scale?
Lets say I want the top left cell to remain at a height of 25px, no matter how large the right cell becomes. How can I do this? I've been working around this problem for years, and I'm tired of it!
Thanks for any input.
Sarbae
Last edited by Sarbae; 08-24-2006 at 04:12 PM..
|