Forum Moderators: open

Message Too Old, No Replies

help with <td> height

how to make a table row fill remaining space?

         

Marshall931

11:07 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



Im sorry if this is missplaced, but Im new here and I thought I should place it here.

Hello, I have a problem:
I have a table with the height of 100% of the browser (works fine). inside that one, I have another table with 3 rows, first row is the logo and it has a fixed size, so do the next one which is the menu, but then I want the last row with the content to fill up the remaining space of the browser window.

I think I have seen this on another tutorial, or in a book, but I cant find anything about it.

Any ideas how to do this?

I also use CSS.

Thanks
-Marsh

PokeTech

2:33 pm on Feb 22, 2009 (gmt 0)

10+ Year Member



have you tried this:

<td height="100px">text</td>

Just change the height.