Forum Moderators: open
I have a header image and on Mozilla and IE7 it displays correctly.
However, using IE6 there is a blue background to the image.
So, let me try to explain better.
Imagine an image that is in the shape of " + " a plus sign 1" tall and 1" wide. Than when viewing in IE6 rather than seeing only the + it actually appears as if there is a light blue box 1" x 1" with the + placed right in the middle. So, the net effect is:
Black Background in the header
Header Image is various colors (it's our company logo)
Stretching the width and height of the header image is a light blue background.
This light blue background does not show up on any other browser.
thanks!
See this thread for more info: PNG Transparency Problems in IE [webmasterworld.com]
Stretching the width and height of the header image is a light blue background.
Sounds like the image has transparency and IE is showing the header's background color through that transparency but other browsers are shoing a different background color.
This could be a coding issue, originating wherever background-color is being declared. But you might want to fix the image so there is no transparency - that would be the more certain guarantee.