MEM wrote:
(snip)
> I realize that the site, on 0.75em is still
> capable of being seen on lower resolutions
(snip)
> Thanks again,
> Márcio


If you are forced to do this, don't use ems, use percent.

body {font-size: 75%;}


I use ems for widths in navigation items for correct scaling in IE.

#navigation {width: 10em;}


If you use browsers reset like this,

* {margin: 0;}

then it is wise to use ems on vertical margins for elements that contain 
text.

#content p, #content ul, #content ol {margin: 1em 0}


Begin to think in percent and not ems when talking about text size.


-- 
Alan http://css-class.com/
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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