Joe Polk wrote:
> I am currently working with a client on the following web site --
> http://www.keystonees.com/new.
>
> For some reason, the menu bar (home, about, services, faq and contact) do
> not appear in IE7 but they appear on all other browsers.  The CSS can be
> seen at http://www.keystonees.com/new/css/main.css.
>
> Any and all help figuring this out would be greatly appreciated! Thanks in
> advance!
>
> Joe
>   



Neither the CSS nor the markup is valid. And validating both will not 
fix it. But you should validate the markup. And the invalid rule in the 
CSS is not needed.
Reset these declarations to read ( and 6/7/8 will cooperate):

#header { width: 900px; height: 67px; margin: 0 auto; border:1px solid 
red; position: relative;}
#menu {position: absolute; width: 445px; 
overflow:hidden;/*vertical-align: top;*/ /*float: right;*/top: 
0;right:0; padding: 0px 0 0 0; list-style: none; border:1px solid red;}

* html #menu {width: 500px;} /* 4 IE/6.0 */

______________________________________________________________________
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