views:

71

answers:

3

How to make transparent background for png image in ie6

Thanx

+1  A: 

the most common way to fix this for png32 is to use fixes like the following:

http://www.dillerdesign.com/experiment/DD_belatedPNG/

http://24ways.org/2007/supersleight-transparent-png-in-ie6

or you could try to use png8 if it the transparancy doesn't include half transparent area's. the result with png8 isn't that smooth though

30equals
+1, DD_belatedPNG is the best method currently
davidosomething
+2  A: 

You can find a solution here with SuperSleight:

http://24ways.org/2007/supersleight-transparent-png-in-ie6

You can use like jquery pluging too:

http://allinthehead.com/retro/338/supersleight-jquery-plugin

fermin
Supersleight is what i use, always works!
Ryano
A: 

check it out

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

or

http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/
kamal