One huge problem was that IE6 didn't render transparent PNG's correctly.
After poking out my eyeballs and ripping out my hair, I found the following solution.
First download the iepngfix.rar file below.
Extract the file and upload iepngfix.htc to the CSS folder of your template.
example templates/yget/css/
Now open your main css file (templates/yget/main.css)
and add the following code
Code:
img { behavior: url(iepngfix.htc); }
This will also work with transparent backgrounds. So something like
Code:
#header { background:url(header.png); }
Code:
#header { background:url(header.png); }
img, #header { behavior: url(iepngfix.htc); }




Linear Mode

