there is your proublem.
You can no longer use percent heights in html. Everything gets totally fu**ed up. What IE is tring to do is space all the rows evenly.
I think I solved this proublem onece before but haveing troubles remembering right now. Its went something like this though....
Step 1
- Create a table. 1 row, 1 cell.
- set the height to 100%
- Align to top
Step 2
- Palce your existing table with in the new table.
Step 3
- Wait for me to remember exactly what I did to get around this proublem previously.