I want to print a watermark/background image on the print document. The watermark/background image would not be visible on screen.
|
feedback
|
|
This is coming a bit late, but you might getting away with absolutely positioning your image, bring down the z-index to -1 and then give it a class specific to print media like .printOnly. With that you can style your @media all
…then in your @media print just leave that styling open
As for printing with different browsers I'm getting images out from FF, Safari and Opera. | |||
|
feedback
|
|
I think this is not possible: "most browsers are configured not to print backgrounds" (the reason is, to save toner-ink) | |||||||||||||
feedback
|
|
A friend of mine had the exact same problem. He solved it by printing his document in IE9. He also said something about Opera not minding background images, so possible give a recent version of that a try too. | |||
|
feedback
|