French, Angela K (MHTG) wrote:
> http://mhtransformation.wa.gov/
>
>  
> Any help is greatly appreciated. Thank you.
>  
> Angela French, Webmaster
>   


Care to consider fast and dirty?

body {
color:#464a4a;
background-color:#FFFFFF;
padding: 0 1em 1em 1em;
min-width: 600px;<--------:: delete this and all other instances of 
min-width throughout all style sheets ::
height:100%;
width: 990px; <-------------:: add so the line-measure does not extend 
from Washington to Paris (if not beyond) ::
margin: 0 auto;<-------------:: add to center page horizontally ::
}
body {   
font-family: /*Verdana,*/ Arial, sans-serif; <------ :: delete Verdana 
because it's ugly at default & with scaling ::
font-size: .71em;<----------------------------------------:: delete 
because it's .29em smaller than every user on earth prefers ::
font-size: 1em;<-------------------------------------------:: add to 
re-set to default  so children of all ages can read the primary content, 
even those who may suffer mental illness and seek help::
line-height: 160%; <-------------------------------------:: delete 
because line-height does not take a unit of measure ::
line-height:1.4; <-----------------------------------------:: add 
because of above and 1.6 is too much lead ::            
}
html {
font-size: 100%;
}<----------------------- :: add this ruleset to defeat the em 
font-scaling bug you are triggering in all versions of IE::

BTW, I did not test this stuff.

Have a nice day.

Al Capone




-- 

A thin red line and a salmon-color ampersand forthcoming.

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