How to enable background printing by default using CSS or JavaScript from all browsers' default settings?
A:
I don't think this can be done. You would have to put the images into actual, absolutely positioned <img>
tags. Aside from being a very hacky solution, this of course making tiling very difficult.
Pekka
2010-01-12 11:53:29
then how to keep available logo (which is in beackground because i'm using image replacement method) in print?
metal-gear-solid
2010-01-12 12:09:03
I don't know what image replacement method you are talking about, but as I said, there is probably no other way than making it a real `<img>`.
Pekka
2010-01-12 13:35:10
image of logo is in a background of a{display:block}
metal-gear-solid
2010-01-12 14:09:22
Well, you're probably going to have to make it a `<img>`.
Pekka
2010-01-12 14:22:12