Why does Chrome show an odd-shaped highlight around my image link when I tab to it?
Posted
by unforgiven3
on Stack Overflow
See other posts from Stack Overflow
or by unforgiven3
Published on 2010-06-12T03:05:34Z
Indexed on
2010/06/12
3:12 UTC
Read the original article
Hit count: 227
When tab to a link on my webpage in Chrome, the tab hightlight box around this image link appears like this:
(the orange border is what Chrome shows as the highlight box)
The HTML/CSS isn't all that special:
<a href="download.html">
<img src="images/download_button.png" class="downloadbutton"/>
</a>
img.downloadbutton
{
margin-right: 0px;
border:none;
}
Any ideas?
© Stack Overflow or respective owner