javascriptpngiepngfix

Universal PNG fix script?


Does anyone know of a universal, one stop PNGFix script that isn't dependent on a specific library (like jQuery or Prototype?).

I just want to drop it in the header and have it take care of all transparent .png's from my stylesheets and markup.

Can't seem to find one that will do the job.


Solution

  • We used to use this at my company, until we finally moved off of IE6: http://www.twinhelix.com/css/iepngfix/. Just google "png fix" or "IE6 png fix" and you'll find dozens of resources. But as others have already warned, many of these cause more problems than they solve, and individual fixes are usually in order.

    The best solution would be to not support IE6. Start lobbying with your company's IT department.