shumdesign wrote:
> In my body css I have specified Arial but it shows up on my site in
> Times Roman, what am I doing wrong?
>
> http://www.uwba.org/eks/working_comp_home.php
>
> I appreciate your help.
>
> Linda
>
Linda,
It is because the CSS is invalid.
Try:
html {font-size:100%;} /*add declaration to style sheet to prevent a bug
an "em font-scaling bug" in IE*/
body {
font: 0.8em Arial, Helvetica, Verdana, sans-serif; <--:: add 0.8em ::
/*font-size:0.8em;*/<---------------------------------------:: delete ::
}
It could be a good idea to validate your markup, too.
w3c CSS Validation Service:
<http://jigsaw.w3.org/css-validator/>
w3c Markup Validation Service:
<http://validator.w3.org/>
--
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/