I\'m using a table to design the layout of my web page. I want the table to fill the page even if it doesn\'t contain much content. Here\'s the CSS I\'m using:
Just use the height property instead of the min-height property when setting #container. Once the data gets too big, the table will automatically grow.