PNG with older browsers not looking good, iepngfix needed?

202 Views Asked by At

I have made some screenshots of my website, and in internet explorer 6 my website looks crappy (see screenshot)

I have heard something about a PNG fix, is a PNG fix the way to solve the crappy look? and can someone explain me how to implement this?

Crappy look http://api.browsershots.org/png/512/e9/e91c994747851f0661ebc17d33e83201.png

2

There are 2 best solutions below

0
On BEST ANSWER

The original - http://www.twinhelix.com/css/iepngfix/

Usage: http://www.twinhelix.com/css/iepngfix/demo/

If you are using jQuery you can use the jQuery pluging - http://plugins.jquery.com/project/iepngfix

And don't forget to put the SCRIPT tags inside conditional comments

<!--[if lt IE 7]>
//PNG FIX GOES HERE
<![endif]-->
3
On

Those "fixes" only affect the rendering of PNG files with alpha masks. In your case, you have some serious layout problems in addition to the incorrectly rendered PNGs that will not be helped by them at all.