Forum Moderators: open
Row 1: 109px
Row 2: 190px
Row 3: none
Row 4: 50px
I want the third row to expand in height as needed leaving the other rows always the proper height. The html tag and table tag have heights set to 100%.
The problem is that it works well in Firefox but bombs in IE (what else would you expect). In IE when the viewport is larger than the content it makes the extra space up by expanding all the rows evenly, even the ones with explicit heights.
How can I achieve my goal of having only one row height expand in IE?
However, setting the height of Row 3 to 100% really messes up IE6, as this sets the height of Row 3 to 100% the height of the viewport (!) - although the other rows now remain the specified fixed height.
So, no closer to solving your original query... but I would be interested to know how you seem to make it work in FF, yet still keep the entire table within the browser window (viewport) in IE (v6)?