Question

I just finished my website. I wanted to test how it will handle cross browsers (Chrome, IE, FF).

But the logo does not show properly in IE6 and IE5. It has a dark green background instead of transparent.

Is there any way to fix it?

Était-ce utile?

La solution

IE6 does not handle transparency, the only way would be to have a version of the image with the background instead of transparency. Alternately just have white background.

Autres conseils

Better late than never...

It sounds like you are using a PNG with alpha-channel transparency. You can enable alpha-channel support in IE5.5 and IE6 using PNG Fix.
I use it on a number of websites with no problems.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top