taestrada wrote:
> My page looks perfect in Firefox, but in IE 7 the left navigation is on the
> right side of the content.  The content is also very low The more I tried to
> fix it, the more I kept messing things up. Thought I had better ask fresh
> eyes for help. (I have a feeling it's something really basic!)
> 
> http://foundations-aba.com/index2.html
> 
> The only other pages up are "About Us" and "Services". I also have something
> strange going on with the Services page. Column B (Behavior Analysis) is 20
> pixels lower than Column A. Not sure why.
> 
> Thank you!
> Alix Estrada


Strange case, Something to do with the wide image in the page header. 
Clear left on div#navigation brings IE7- into line.

#navigation {
   width:175px;
   float: left;
   margin-top: 0px;
   clear:left; /* Add for IE7- */
}

To fix the margin-top in IE7- for the <h1> header in div#mainContent add 
this CSS.

#mainContent h1 {
        margin-top: 20px;
}


None of these fixes should disturb the other browsers.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to