I have applied the Twin Helix PNG fix http://www.twinhelix.com/css/iepngfix/ to a site I am building. The fix works on my PNGs apart from the PNGs having an ugly 1px white border around each of the transparent images. I have set the css img tag to the following:
}
img {
border: none;
margin: 0px;
padding: 0px;
}
However, the white borders still appear in Internet Explorer 6. Can anybody think of what might fix this problem? I have been trying to solve it for three days now. Thanks.