Hey Mike,
2010/6/22 Mike Teehan <[email protected]>:
> Hello Everyone,
>
> I am trying to find a way to use CSS to hide the WTabWidget at the top of my
> app's interface when I print it from the web browser. I've done similar
> things in html, I'm just having a hard time telling Wt to use different styles
> for different "media" outputs. Any help at all would be greatly appreciated.
>
It seems that we are lacking a 'media' attribute for the
useStyleSheet() method, which would solve the problem.
But according to the spec, having a stylesheet which provides:
@import url("app-screen.css") screen;
@import url("app-print.css") print;
should allow you to do this as well ?
Regards,
koen
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest