In an IE6 specific stylesheet put this in...
.myThing { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/path/to/image.png', sizingMethod='crop'); }
You'll need to do this for each image and it doesn't to repeating images. You'll, also, need the full patch from the base of the site.
Filter is a specific MS thing. This invokes a feature not enabled by default which can handle transparencies.
I installed the pngfix module (btw... noticed that Rob Loach mentions inspired by G&G) but my PNG files in IE6 are not viewing at all. I'm wondering if I'm missing something on this, like do I include the JQuery plugin from here?
I installed the module
indicated the CSS class container in settings
Anything else need to happen?