I had left out an important attribute in the css for this example to
work, it was html{height:100%}. I have updated the example and
created the following links.
http://hughaxton.com/newsgroups/IETableRowHeight.html
This one shows the height of the table at 100%
http://hughaxton.com/newsgroups/IETableRowHeight2.html
This one shows the height of the table at 600px
In both examples I have changed the top and bottom table rows to a
fixed height of 50px. You can easily see that IE treats this
differently than Mozilla and Opera. It does not keep the top and
bottom rows at the given height.
Thanks for any solution to get IE working in standards mode, not
quirks.
Tyler