Page is a not externally linkable
bsim - 12:22 am on Feb 16, 2009 (gmt 0)
.twoColFixLtHdr #mainContent { zoom: 1; } Doc declaration: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> I tried {height: 1%;} fix, but that displayed everything at 1% height on IE6... I am now moving on to trying this: <style type="text/css" src="ie.css" mce_src="ie.css" /> <![endif]--> Is this a more stable approach? I appreciate ANY help - you all know the frustration.
I am using this in my header:
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
.twoColFixLtHdr #mainContent { padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
************
***********
It solves the problem for IE7, but not IE6. IE 6 displays my left column (sidebar)with it's full length - the right column begins where the left(sidebar) ends and then fully displays it.
<!--[if IE 6]>
Thanks.