vote up 0 vote down star

background image of type PNG is not transparent in ie6

flag
1  
This isn't a question.. – meandmycode Aug 12 at 13:29

4 Answers

vote up 1 vote down

See these posts

IE6 PNG transparency

How to use semi-transparent png images in IE6

link|flag
vote up 1 vote down

This is a known issue in IE6: Transparent PNGs are only supported with some hacks.

link|flag
vote up 0 vote down

This is a well-know bug. There are several workarounds, e.g. you can try using Google's ie7-js library.

link|flag
vote up 0 vote down

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:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.