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?

link|improve this question

1  
+1 for hating IE - consider posting your css/inline code – Tuga Aug 24 '11 at 9:56
@Tuga Thanks for the +1. :) – Akos Aug 24 '11 at 10:01
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
Thanks for the answer. I'll try that. Accepted :) – Akos Aug 24 '11 at 10:11
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.