I am using the ASP Net Sprites package to create CSS Sprites on my website.
It is working, but the images it generates do not appear when printed.
The code g
Try this:
@media print { body:before { content:url(http://192.168.0.11:8088/automation/img/mahyaA5.jpg); position: absolute; z-index: -1; } }