> This is driving me nuts. IE7 the menu is all bad, IE8 only the home
> page
> menu is bad.
> 
> Site: http://www.fargoparks.com/
> css: http://www.fargoparks.com/css/home.css

I see these two rules:

#p7PMnav li {
  float:left;
}

#p7PMnav li {
  width:100%; 
  clear:both;
  float:left;
}


The two first declarations in the second rule create the problem.
You should just get rid of the second rule.

--
Regards,
Thierry
@thierrykoblentz
www.tjkdesign.com | www.ez-css.org | www.css-101.org 




______________________________________________________________________
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