I’ve been working at this for the entire day and I cannot find any solution. Maybe someone here can clear this up.
I’m trying to do part of a page. I am using table layout since CSS has utterly failed me in the last few days.
The problem at hand is the following table:
http://www.parle.ee/diagram.gif
The green parts are fixed X and Y. The blue part is fixed X and varies Y.
And the red part is also fixed X but needs to strech to fill all the available space vertically. The goal is to make sure both columns are the same height.
The left column itself is a 1x3 table. Things worked even less when it was all part of one table.
So far, I have been able to get it as I want it when I use the HTML 3.2 doctype. This is quite a price to pay.
If I use 4.2 or XHTML, the stretchable cell is simply not shown and the inner table is a lot shorter. If I make it all one table, the left column disappears entirely.
I really would like to have a solution to this using XHTML and CSS or, at the very least 4.2. Any ideas? I’ll continue following the tiral and error and cursing path meanwhile.