How would I modify the style of an object for the print stylesheet? I'm using jQuery, if that's of any help.
I basically want to set a css property of an object, but have that property apply for print only, not screen. e.g. $('#myobject').css('background','white','print');