Hi,
I am using transparent png image in my html page. To acheive transparency in IE6 i am using the following code :
* html #nav-left #graphic-float {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/graphic-bycycle.png);
}
For printing the html page i am using separate print.css file. I am able to get all the image in printing but the transparency is not been acheived. Could any of u help me regarding acheiving transparency while printing.
Thank you in advance,
Regards
Archana