Re: [css-d] how do you filter pages calling @media print ?

2006-10-13 Thread Bradley Wright
On 13/10/2006 14:03, Mike wrote:
> In some pages we want to print the left side but not the right side
> etc ... We do not want to define several print selectors, is there a
> way to specify in this @media print selector the sides not to
> display, depending on which HTML page i am printing from ?
> 

Give the  a class, and use the class selector to make the
different sides more specific?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do you filter pages calling @media print ?

2006-10-13 Thread Mike
hi,
thanks for your reply.
No, we do not want to modify the HTML page, only the CSS files.
Is there a way to do it ?

Thanks

Bradley Wright <[EMAIL PROTECTED]> wrote: On 13/10/2006 14:03, Mike wrote:
> In some pages we want to print the left side but not the right side
> etc ... We do not want to define several print selectors, is there a
> way to specify in this @media print selector the sides not to
> display, depending on which HTML page i am printing from ?
> 

Give the  a class, and use the class selector to make the
different sides more specific?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



-
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] how do you filter pages calling @media print ?

2006-10-13 Thread Barney Carroll
Where is your site, Mark?

Forgive me if I'm not getting the whole story but surely if the right 
side can be specifically styled at all, then a print media css can 
define it and any other unnecessary elements as {display:none;}...

Mike wrote:
> hi,
> thanks for your reply.
> No, we do not want to modify the HTML page, only the CSS files.
> Is there a way to do it ?
> 
> Thanks
> 
> Bradley Wright <[EMAIL PROTECTED]> wrote: On 13/10/2006 14:03, Mike wrote:
>> In some pages we want to print the left side but not the right side
>> etc ... We do not want to define several print selectors, is there a
>> way to specify in this @media print selector the sides not to
>> display, depending on which HTML page i am printing from ?
>>
> 
> Give the  a class, and use the class selector to make the
> different sides more specific?
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> 
>   
> -
> Do you Yahoo!?
>  Everyone is raving about the  all-new Yahoo! Mail.
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

-- 
Barney Carroll
Text Matters

Information design: we help explain things using
language | design | systems | process improvement
___
phone +44 (0)118 918 2382  email [EMAIL PROTECTED]
web http://www.textmatters.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/