Hello folks.
I have an image that's in .png format that is not recognized by IE6 as transparent. Instead it is greyish. In Firefox and IE7, no problem. I search the net and found that you could use:
filterrogidXImageTransform.Microsoft.AlphaImageLoader
filterrogidXImageTransform.Microsoft.Alpha(opacity=50)
This is ok if you want the WHOLE image to be of certain percentage transparent. My problem is that I have an image that has a drop shadow. I want my image and its drop shadow to be still 100% in opacity and anything outside them should be invisible/totally transparent.
Is this possible? I don't want to use .gif as the image's edges are serrated and not so good-looking.
Any ideas?
Thank you.
I have an image that's in .png format that is not recognized by IE6 as transparent. Instead it is greyish. In Firefox and IE7, no problem. I search the net and found that you could use:
filterrogidXImageTransform.Microsoft.AlphaImageLoader
filterrogidXImageTransform.Microsoft.Alpha(opacity=50)
This is ok if you want the WHOLE image to be of certain percentage transparent. My problem is that I have an image that has a drop shadow. I want my image and its drop shadow to be still 100% in opacity and anything outside them should be invisible/totally transparent.
Is this possible? I don't want to use .gif as the image's edges are serrated and not so good-looking.
Any ideas?
Thank you.