.height() and IE8

.height() and IE8

I'm checking height using $('#id').height(); on 2 objects of different height.

Firefox, IE7 and Safari returns me correct results;
IE8 returns me the same height and that is a lot different from the results coming from other browsers. (like "460 300" on all other browser "700 700" on IE8)