Forum Moderators: open
I have a two column, 3 cell table.
The left column has two cells on top of each other, while the right column has a cell that totals the height of the two cells stacked on the left side.
Here is the problem:
The upper cell on the left had side needs to be a fixed height. the td height attribute was used for that. The bottom cell can be as tall or short as needed.
The right hand cell has changing content, sometimes more, othertimes less. Whenever the content in the rigth hand cell totals to more height than the two cells on the left, the two cells on the left both get the extra space. I need the upper cell on the left to stay static (in real life I have four menu items on the left, and a fifth "stretch cell"... When I get too much content on the right, my menu items float appart across the full height of the right hand column).
I think I could just make a nested table on the left, and get around this, just valign=top the outside... but that seems like a dumb and dirty way of doing it... I know I shouldn't expect anything more form IE than dumb and dirty, but I thought I'd reach out and see if anyone got this one solved better.
Cheers.
Also, I am under the impression that nested tables slow down the loading of a site (I know, not by much with one extra table, but I like efficiency in every area)...
Thanks for the replies everyone. :)