Is IE rendering in quirks mode?
11/09/2009To find out, load the page in question and then paste this into your address bar:
javascript:alert(document.compatMode);
‘backCompat’ is quirks mode; ‘css1Compat’ is standards mode.
More info on quirks mode: http://www.quirksmode.org/css/quirksmode.html