Hi all, I am using pngfix.js to display a transparant .png image in IE6. This works like a charm. But not when I have a transparant .png image in an .css file. Any way to fix this??
#top h1 a { filterrogidXImageTransform.Microsoft.AlphaImageLoader(src=imgurl); background: url(imgurl) 0 0 no-repeat; } filter shows a transparant .png in IE but no image in firefox. background shows a transparant .png in firefox but no transparant image in IE???
I can't see your site nor exactly what you're doing but here's a question: Is this just full transparency? If you don't have any partial transparencies, it's easier to just use a gif (use an image editing program and change it). IE has so many issues but gif's work for everyone. Gif just can't do partial transparency, so if you don't have that, save yourself the trouble : )