Mohit Jain
Mohit Jain

Reputation: 43959

IE 6 png transparency issue

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

Upvotes: 0

Views: 266

Answers (5)

Fatih Hayrioğlu
Fatih Hayrioğlu

Reputation: 3506

PNG Fix

image and background-image fixed

Upvotes: 0

Rigobert Song
Rigobert Song

Reputation: 2804

SuperSleight

Upvotes: 1

Ham Vocke
Ham Vocke

Reputation: 2994

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.

Upvotes: 2

Robusto
Robusto

Reputation: 31913

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

Upvotes: 1

Justin Niessner
Justin Niessner

Reputation: 245499

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

Upvotes: 1

Related Questions