Page is a not externally linkable
daveVk - 7:43 am on Aug 31, 2012 (gmt 0)
Check what IE is setting height to
container.css({
'height': firstHeight
});
alert(container[0].style.height);
if it looks valid try hard coding it on the div
<div style="height:...px"