Copilot
Your everyday AI companion
Bing found these results
    Upvotes2answered Dec 5, 2009 at 15:34

    For IE6 transparency I follow a personal flow:

    1. If there is just one or two PNG images (like a logo, or a normal image) I just use filter:

    #selector {background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='crop');}

    Problems: If applied to a link, it will no longer be clickable. Possibly apply to the h1#logo and have the a be transparent.

    2. If I have a lot of 24-bit PNG files, or special use cases (repeating background, etc), I use DD_belatedPNG

    IMPORTANT FOR IE7 + IE8: You cannot animate or combin...

    Content Under CC-BY-SA license
    Was this helpful?
  1. Solving IE7 & IE8 PNG Opacity Problems

    WebJul 18, 2011 · IE7 and IE8 have native PNG support for alpha-transparencies, but it falls to pieces as soon as opacity comes into the picture. When setting any value for opacity, even 100% (i.e. filter: …

  2. alpha transparency solution in IE - Stack Overflow

  3. IE png transparency - easiest fix? - Content - SitePoint

  4. PNG Transparency for Internet Explorer (IE6 and Beyond)

  5. CSS Transparency Settings for All Browsers | CSS-Tricks

  6. IE CSS Bugs That'll Get You Every Time | CSS-Tricks

  7. How to apply CSS opacity in IE7 and IE8 browsers - Tutorial Republic

  8. Dean Edwards: IE7.js version 2.0 (beta)

  9. CSS Transparency for IE and Mozilla, Firebird and Firefox (-moz-opacity

  10. Cross Browser Opacity | CSS-Tricks - CSS-Tricks

  11. Some results have been removed