Simply put: I want a table to go all the way down to the bottom of the page until I push it farther with content. The catch...
Row 1: 51px
Row 2: 40px
Row 3: Stretchy
Row 4: 20px
Row 5: 40px
I currently have height: 100% for <table> (using CSS) and then height: for the first cell in each row except for row 3.
Works fine in FF but in IE it stretches is out... I think www.themitech.com/IHS/2/index.html shows what I am talking about.
Any suggestions?
THANKS!
--Mike