There is an issue with a blue box appearing around the twitter image on my website, www.isaveplus.com. This only seems to be happening in Internet Explorer, as other browsers do not show the box. I initially thought it was related to text-decoration, but that doesn't seem to be the cause. The code for the image styling leading to this issue is as follows:
<div style="width:11%; float:left; background-color:#2C6B23; height: 51px; border-top-right-radius: 20px 20px; border-bottom-right-radius: 20px 20px; border-left-color:White; border-left-width:1px; border-left-style:groove; text-align:center ">
<a href="https://twitter.com/ISavePlus1" style="text-decoration:none;" target="_blank"> <img src="picture/twitter.png" alt="twitter" style="height: 100%; width:auto; text-decoration:none;" /> </a>
</div>
Does anyone have suggestions on how to remove this unwanted blue box from around the twitter image? Thank you!