Reputation:
background image of type PNG is not transparent in ie6
Upvotes: 2
Views: 3513
Reputation: 105
I had an issue once about png transparency in ie6 and what saved me was this:
http://allinthehead.com/retro/338/supersleight-jquery-plugin
hope it help.
Upvotes: 0
Reputation: 974
I think you should definitely check the JQuery plugin called Supersleight, created by the guys on All In The Head & 24 Ways. They fixed some problems that comes with using AlphaImageLoader on IE6. From the 24 Ways page:
The last one is the most important! Here are the links:
Upvotes: 1
Reputation: 25257
This is a well-know bug. There are several workarounds, e.g. you can try using Google's ie7-js library.
Upvotes: 1
Reputation: 328830
This is a known issue in IE6: Transparent PNGs are only supported with some hacks.
Upvotes: 1