Hi I need to print a background with my page (the background is the payslip and the forground is the salary details). The company I'm doing the project for has "print background images and colors" disabled in Explorer and don't want to change it.
How can I print the background in this situation?
I saw a suggestion to create a background layer:
CSS
#bgimg{background-image: url(payslip.gif)}
HTML
<div id="bgimg">
salary details here
</div>
but I could'nt get it to work. Am I doing something wrong?
How can I print the background in this situation?
I saw a suggestion to create a background layer:
CSS
#bgimg{background-image: url(payslip.gif)}
HTML
<div id="bgimg">
salary details here
</div>
but I could'nt get it to work. Am I doing something wrong?