Click to See Complete Forum and Search --> : Print CSS Background image and text


ranjistinos
08-04-2008, 06:15 AM
I have a div with a background image. The div itself has text overlayed over the background image. When I print I can see the background image using the following:

display: list-item; list-style-image: url(../images/europe.jpg); list-style-position: inside;

But the text is not in the div. Anyone know how this would be possible?


Thanks