Reimar schrieb am 20.12.07 um 22:01:26:
Maybe a ad blocker or somethin is causing this prob ?
Try to disable alle progs, plugins or addons if installed.
There is no ad blocker, and I also don't have any plugins or add-ons installed.
I have now managed to fix the problem. I just saved the transparent PNG file:
percentimage_front.png as a transparent GIF file:
percentimage_front.gif - and renamed all the percentimage_front.png in the file
func_display.php to percentimage_front.gif. I also removed the
Code:img, div { behavior: url(func/iepngfix.htc) }
line from the stylesheet - since there was no use for it anymore. Now the percentage bar displays perfectly in ie6.
Why was percentimage_front.png ever saved as a transparent PNG, knowing well that Internet Explorer has problems displaying transparent PNG files and then forcing you to use func/iepngfix.htc - which doesn't even always work (did not work perfectly on my localhost when testing the php web statistik script out). Why not just stick with transparent GIF in the first place?