Hi Paul,
Are you using the <output-mode>printable</output-mode>?
That does it for you automatically.
I'm not sure if the skinning parser parses the css file correctly for
the @import and the @media. It should pass these through to the
generated css.
Can you look at the generated css to see what it is doing?
Thanks,
Jeanne
Paul Spencer wrote, On 5/19/2008 8:51 AM PT:
I would like to to remove buttons from printed copies of a web page.
To do this using CSS, I simply add @media print{ myStyle{
display:none;}} This does appear to where with Trinidad. I tried the
following to no avail:
@media print{
af|commandButton{ display: none;}
}
@import url(my_print_style.css) print;
Suggestions?
Paul Spencer