John M Shepard wrote:
> The Nav Bar in Firefox on my PC is not rendering right??
> http://mypracticesite.com
>
> The Heading on the editable text body is crammed as well.
>
> Looks great on a Mac though.  Any ideas? Much thanks ahead.
>
> John Shepard
>   

I didn't notice too much difference between the two.  One thing to keep 
in mind is that the users' DPI setting really affects this stuff.  The 
one thing I noticed is that you are setting the font to 12px.  This 
prevents font scaling in IE and also introduces discrepancies between 
browsers and OS's.  We usually recommend you set the font size on the 
body element to 100% or even 100.1% and you scale that as required in 
descendant elements, like your nav bar.  If you use em's or percentages, 
your visitors will be able to use the browser to scale the font size as 
required.

Have in look in the wiki - there's lots of stuff on setting the font size.

Lori
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to