Does IE change the colors of my images?

I am very disappointed that my template in 3 hours is not compatible with a cross browser. Why is this? good, because my title background color does not display correctly in IE:

At first, I thought the problem was due to poor reading of add-ons / fields or other Internet Explorer metrics (but it wasn’t, I checked, and the metrics are fine)

The only problem is that IE is somehow changing the background color of my header.

Note. . This problem ONLY occurs in Internet Explorer (I tested Chrome, FF, Opera and Safari).

Here is a screenshot:

enter image description here

I'm not sure why, but here is the CSS:

#header{ background:#5BA2D9 url('./images/header_bg.png') repeat-x left bottom; min-height:90px; } 

My question is: Does IE change the color of my images? What for? How can i avoid this?

+4
source share
1 answer

I believe that this is the result of color correction information in PNG files.
PNG file optimization should be fixed.

See here for more details.

+4
source

Source: https://habr.com/ru/post/1386885/


All Articles