views:

124

answers:

2

Not sure if this exists as I have been googling all around and can't find anything great. Thought I would post this question prior to redesigning the page I am working on.

Is there anyway to fix the transparency problems with .png's in IE6 for both image tags and background images?

Please tell me there is a magical javascript that just does it!!! I am assuming that I will have to apply two different fixes to address img tags and then background images. If this is the case, what have you found is best?

+1  A: 

This may fix the problem

Go to http://www.twinhelix.com/css/iepngfix/

Download the file iepngfix.zip

To download permanently: iepngfix.zip (40kb). Open "iepngfix.html" in a browser; step by step instructions are within.

After downloading in css

img, div { behavior: url(iepngfix.htc)}
RSK