views:

132

answers:

5

My page is not rendering properly in ie6 because of transparency problem in ie 6. How can fix this issue.

+1  A: 

IE6 doesn't support transparent PNGs at all.

You need to use the Alpha Image Renderer. Check out the JS script fix found here:

PNG in Windows IE

There's also a fix from TwinHelix:

IE PNG Fix -TwinHelix

Justin Niessner
wrong ie6 supports png8 http://www.sitepoint.com/blogs/2008/03/20/making-ie6-friendly-png8-images/
Knu
+1  A: 

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

Robusto
+2  A: 

You could also use the IE PNG Fix from TwinHelix. Works well with alpha-transparent pngs in IE6. You just need to include a tiny file into your html-code. The site explains well how to do this.

Ham
It worked...thnks
piemesons
+1  A: 

SuperSleight

Rigobert Song
A: 

PNG Fix

image and background-image fixed

Fatih Hayrioğlu