clanmesa.earthlink wrote:
> Well, I had to set the nav type as pixels to make sure it didn't get  
> too big in IE6, but I set it to 16px, so it should still be readable  
> to most.
>
> I removed most the margins and padding  from the center elements, but  
> I had to put some back in to make the divs go where they should.
>
> Now the page is displaying more or less properly on IE 6 & 7, and in  
> FF and Safari.
>
> Thanks for your help!
>
>
>   
>>> http://mdh-test.com/ieresidential
>>> http://mdh-test.com/ieresidential/ierc.css
>>>
>>>       


The reason it "gets to big" in IE is a bug. When you set em on the body, 
you need to declare 100% on the html to squelch it.
html {font-size: 100%;}<--- :: add ::
body {font-size: 1em; }

#list-menu {
/*font-size: 16px; delete this and it will inherit 1em from the body*/
}

Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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