On 7/04/2010, at 10:26 PM, Philip TAYLOR wrote:

>
>
> Tim Snadden wrote:
>
>> You can handle this as follows:
>>
>> @media print {
>>      body { font-family: "Arial Narrow", sans-serif ; }
>> }
>>
>> @media screen {
>>      body {font-family: "Trebuchet MS", sans-serif; }
>> }
>
> Thank you, Tim.  I assume that the "@media" constructs
> appear within a <style> element; is that correct ?

They can appear in <style> elements or in external stylesheets. Also,  
you aren't limited to one ruleset.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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