background image of type PNG is not transparent in ie6
+1
A:
This is a known issue in IE6: Transparent PNGs are only supported with some hacks.
Aaron Digulla
2009-08-12 13:24:20
+1
A:
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:
- Works with both inline and background images, replacing the need for both sleight and bgsleight
- Will automatically apply position: relative to links and form fields if they don’t already have position set. (Can be disabled.)
- Can be run on the entire document, or just a selected part where you know the PNGs are. This is better for performance.
- Detects background images set to no-repeat and sets the scaleMode to crop rather than scale.
The last one is the most important! Here are the links:
Nando Vieira
2009-08-12 13:43:14
A:
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.
Sherlack
2010-02-24 19:37:25