Just an FYI for anyone with the same problem. I had an image with an absolute positioning and pngfix broke the layout in IE6. I looked at the js file and saw the span element created was using relative positioning. I took that out of the styles properties and my layout returned to normal.

I'm not sure the results on other websites but that solved my problem.

Comments

bmx269’s picture

Thanks for that tip, but that has not fixed my additional positioning issue. I am losing my z-index and the element is being positioned behind the image that I am over top of in other browsers. arrg

bmx269’s picture

I changed the order if the items to be rendered, so the png file is after the image I am covering with it, and that fixed the issue for me.