Question
Hyperlinked icons get an ugly box in IE on landing page
I've got icons that link to our various social media assets on a confirmation page, and in Internet Explorer, each of them is surrounded by an ugly box. This doesn't happen in Chrome. I tried highlighting each box and adding the following code which removes hyperlink formatting from normal text...
color: #585858; text-decoration: none;
But that didn't work. Any ideas?
color: #585858; text-decoration: none;
But that didn't work. Any ideas?