I\'d like to be able to target text links in CSS with border-bottom on hover, but have all links that are images not have a border on hover. So:
The easy way is to use
:hover (text-decoration: underline}
Also see
text-underline-position
http://dev.w3.org/csswg/css3-text/#text-underline-position0