Re: [css-d] Divs misaligning in IE only

2007-02-14 Thread Zoe M. Gillenwater
Anne E. Shroeder wrote: http://www.language-works.com/IRF/about/ CSS: http://www.language-works.com/IRF/css/irfstyles.css I'm sure this is super simple -- the main body text of my page is shoving down below the left nav bar in IE. It's not just IE -- it happens in FF too. It's because you

[css-d] Divs misaligning in IE only

2007-02-13 Thread Anne E. Shroeder
http://www.language-works.com/IRF/about/ CSS: http://www.language-works.com/IRF/css/irfstyles.css I'm sure this is super simple -- the main body text of my page is shoving down below the left nav bar in IE. The left and main part of the content are contained within a div: #mainbody { top:

Re: [css-d] Divs misaligning in IE only

2007-02-13 Thread Parag Jagdale
I believe you are missing a float:left; in #maincontent so it should look like: #maincontent { float:left; padding-left:12px; border-left: 1px solid #FFCC66; margin-left: 236px; } Parag __ css-discuss [EMAIL PROTECTED]