Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Small block of code not working on IE


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"


Thread source:: http://www.webmasterworld.com/javascript/4489307.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com