My current project involves developing an asp.net mvc web application. In the upper top navigation bar, we have a blue area where I am trying to display our logo using the code snippet below:
<a class="brand" href="~/Home/Index/"> <img alt="Group" src="~/Content/logo_CMYK.png" /> </a>
However, when viewing the page on IE9, there is a white border around the logo. On IE10, Firefox, and Chrome, the logo displays correctly with a blue border.
I'm seeking advice on how to resolve this layout issue. Thank you.
Edit Here is the CSS retrieved from IE F12:-