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:
There's also a fix from TwinHelix:
Justin Niessner
2010-03-24 14:28:00
wrong ie6 supports png8 http://www.sitepoint.com/blogs/2008/03/20/making-ie6-friendly-png8-images/
Knu
2010-03-25 00:32:45
+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
2010-03-24 14:29:43