Almost Properly Set 100% Table Heights Using CSS

I like making webpages that expand to fill the entire browser window, but ever since browsers started rendering in full-compliance mode it has been a chore because tables do not respond very well to their heights being set to 100% directly in the table tag or using CSS.  I normally just revert back to “quirk” mode by removing the DOCTYPE element from the Visual Studio generated pages to get the table to expand out. 

The following article explains why the tables behave this way and how to get them to expand to a 100% height using valid CSS code.  Very useful stuff, but it still doesn’t quite solve my layout issues.  One day though… one day…

http://apptools.com/examples/tableheight.php