Scott Haneda wrote:

>Are there any known issues I can be made aware of that would make fonts on
>IE Windows unreadably small?  I have a site that gets a good deal of
>traffic, 2 users have reported this, and I can not replicate it.
>
>Setting the font size to anything other than default in IE does in fact make
>the fonts too small to read.  However, this does not happen in Safari or FF.
>
>I am using em units, and just set them to stuff like .85 for my main copy,
>etc.
>
>I do not have a specific 1.0 em set anywhere, so the body {} and *html {}
>have no explicit font size set, could that be the issue?  Maybe I need a
>*html { font-size: 1.0 em; } ?
>  
>
A uri would help. Otherwise it's guessing game-- like maybe those 2 ie 
users have their machine default set at small and you are sending them, 
as you put it "stuff like .85 for my main copy."
Set font-size: 100.01%; or font-size: medium;  on the body.
Do not declare a font-size for the *content text;* or set it to: 
font-size: 100%;  font-size: 1em; or, font-size: medium;
Regards,
~dL


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

Reply via email to