Previous Message
Next Message

Text size issue in IE6 and IE7

Sent by David Laakso on 14 March 2008 19:07


Nancy Johnson wrote:
>  When I go to largest size in
> IE6/IE7 or smaller and smallest.  The page breaks.
>
> http://www-odi.nhtsa.dot.gov/ewr/faq.cfm  
>
>
> Nancy
>   


It is an IE bug. When using em for font-size, you need to declare 
percent on the body or html. You now have 1em specified on the body, and 
that is fine. The correction is to add a percent declaration. Put this 
at the top of the style sheet:
html {font-size: 100%;}

What is with the 9 miles of white space--- are we trying to hide something?


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: