I have a navigation bar consisting of <img> elements in my respective <a> elements. However, for some reason in IE its dark black border around the images. This is not the same in other browsers, I cannot figure it out ... This is the html that I use.
<li> <a href="#"> <span id="nav1"> <img src="tt_1.png" /> </span> </a> </li>
I have about 5 links, everything is written like that, and I used CSS to fit it into the navigation bar. In other browsers, it looks like 
but in IE it looks like 
I had never encountered such a problem before, and still have not worked. Is there a way to draw these borders using CSS?
html css
deztructicus Oct. 26 2018-11-23T00: 00Z
source share