I am using Andreas Eberhard's PngFix plugin: http://plugins.jquery.com/project/pngFix
Unfortunately, there's a known issue with it resizing background images to fit the container. I am using a PNG sprite so create a rollover effect for some buttons. As such, I don't want the background resized, but cropped. I don't care if the rollovers are missing in IE6, but I obviously can't have 3 squished buttons showing up. Is there a jQuery based fix for Transparent PNGs in IE that will not resize the background PNGs, or is this merely a side effect of how one needs to fix IE to begin (in which case, I'll have to add conditional tags and have IE6 use some GIF images instead). -DA