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: 204

Filed under:
|
|

When tab to a link on my webpage in Chrome, the tab hightlight box around this image link appears like this:

alt text

(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

Related posts about html

Related posts about css