Need help resolving an issue with my website logo. While it appears fine on Google Chrome, the logo image on Internet Explorer is too sharp. Looking for a solution to fix this problem.
Showing the bug: Png displaying sharply on IE
Here's another example: Png appearing too sharp on IE 2
This is how the image is displayed (enclosed in a div):
#topmenu-logo {
background: url("/images/xCarga/logotipo.png") no-repeat center;
background-color:#ececec;
background-size: contain;
width: 437px;
height: 84px;
}