topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday November 10, 2025, 6:01 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1]
1
General Software Discussion / Re: PNG Transparency in IE6 print preview
« Last post by Archana on December 02, 2007, 06:40 AM »
I tried with iepngfix.htc also but not able to acheive transparency, i acheived transparency using
* html #nav-left #graphic-float {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/graphic-bycycle.png);
}

but while printing the image is not being displayed in page 1 but the remaining image is being displayed in 2nd page.

Could u suggest me what would be done to display in both the pages?
2
General Software Discussion / PNG Transparency in IE6 print preview
« Last post by Archana on December 02, 2007, 02:54 AM »
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
Pages: [1]