[jQuery] Re: jQuery and window.print

2009-08-03 Thread Jonathan Vanherpe (T & T NV)
Not really, You pretty much have to tell users to enable the 'print backgrounds' feature in their browser. Jonathan Mazi wrote: Thanks a lot Tomas. I'm trying to test it out. One question: in my page I have a css that refer for some elements to soma images. When I use the window.print func

[jQuery] Re: jQuery and window.print

2009-08-03 Thread Mazi
Thanks a lot Tomas. I'm trying to test it out. One question: in my page I have a css that refer for some elements to soma images. When I use the window.print function I lose all the background-images. Is there e way to print them all? Kind regards MAx On Aug 3, 11:32 am, Tomáš Kavalek wrote:

[jQuery] Re: jQuery and window.print

2009-08-03 Thread Tomáš Kavalek
I don't know how to do it in jQuery, but it's simple in CSS. You can transform it to jQuery, using .css(). Insert at the begin of document content: Your header for printing Insert at the end of document content: Your footer for printing Create this styles with media="screen": #printhead {