topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday April 20, 2024, 12:27 am
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Archana [ switch to compact view ]

Pages: [1]
1
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
« 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]