Active
Project:
PNG Fix
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 14:46 UTC
Updated:
18 Jan 2010 at 21:01 UTC
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
Comment #1
bmx269 commentedThanks 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
Comment #2
bmx269 commentedI 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.