Click to See Complete Forum and Search --> : table heights


PhilgB
02-26-2003, 10:26 PM
First of all im using strict dtd. Secondly, i know height=100% has been disabled for tables. Now, what Im trying to do is...
I have a table with, for examples sake, 3 rows and any number of columns.

I want the three rows to be a maximum of 20px and a fourth row, filler row, to fill the rest of the space. When I do not specify any heights or only specify the 20px heights, they all end up being the same height. When I specify "100%" to the filler row, its height becomes the height of the table (including the first three rows = too big).

Does anyone have any ideas?
Thanks.

PhilgB
02-26-2003, 11:29 PM
its always aesthetics :)
yeah, there isnt even anything after the table. its just an interface for an organizer and im using enought js as it is just to place everything. oh well thanks again!

PhilgB
02-27-2003, 08:41 AM
i just thought that if the other tds have a height specified, the last td would take up the rest of the room.
is there a way to count how many tds are in a table?

Robert Wellock
02-27-2003, 09:50 AM
I assume you are using rowspan and colspan for the table.

PhilgB
02-27-2003, 02:56 PM
nope