RandyBlackburn
Programmer
I have a .jpg file with a white opaque <div> overlaying the top of it. Embedded in the <div> is a smaller .jpg logo.
This works fine on the screen, but the <div> is not opaque in printing, although the embedded logo is. I can only surmise that for some reason, the <div> is compressing to the size of the embedded image when it prints.
How can I get past this problem. Someone suggested embedding a small while gif that covers the entire div, then creating another overlay div, and embedding the logo into it.
Is this the best solution? Where can I get such a gif?
why in the world would the print operate differently than the screen?
Thanks,
Randy
This works fine on the screen, but the <div> is not opaque in printing, although the embedded logo is. I can only surmise that for some reason, the <div> is compressing to the size of the embedded image when it prints.
How can I get past this problem. Someone suggested embedding a small while gif that covers the entire div, then creating another overlay div, and embedding the logo into it.
Is this the best solution? Where can I get such a gif?
why in the world would the print operate differently than the screen?
Thanks,
Randy