0
votes
How can I fix an issue in IE where borders don’t show up when the mouse isn’t hovered over an image.
IE has problems with the :hover pseudo-class on anything other than anchor elements so you need to change the element the hover is affecting to the anchor itself. So, if you added a class like "im …
