I have a page which works fine in Firefox and Chrome. I.E. 8 however decides to not show a div when the browser is resized. Most of the page looks fine, but the div I am using for the content does not and just disappears when I resize I.E.
<div id="wrapper">
<div id="innerWrapper" style="width:215px;">
<div id="mainColumn" style="height:750px; width:600px; float: left; clear:both; position:absolute;">
<div id="mainContent" style="float:left; ">
content here disappears on resize.
</div>
</div>
</div>
</div>