>> From: Benjamin Rossen
>>> 
>>> body{font-family:Arial, Helvetica, Sans serif ;}
>> 
>> Also, some browsers will not understand the generic term 'sans
>> serif' with a capital letter. This will give you the best
>> result on the widest range of platforms.
>> 
>> body { font-family: Arial, Sans, Helvetica, sans serif; }
> 
> I think that should be sans-serif, the sans serif version
> would require require quote marks if it was correct and
> going to be used. IE. "sans serif"
> 
> -- 
> Peter Williams

You are correct: sans-serif it should be.
see: http://www.w3.org/Style/Examples/007/fonts.html

IE, however, doesn't get there, unless the users have removed Arial from
their system, which I think is unlikely.

Benjamin Rossen


______________________________________________________________________
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