<img> inside <a> gets blue border in IE8
        Posted  
        
            by John
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John
        
        
        
        Published on 2010-05-27T16:18:51Z
        Indexed on 
            2010/05/27
            16:21 UTC
        
        
        Read the original article
        Hit count: 179
        
<a href="index.html"><img src="image.png"/></a>
IE8 highlights the image with a blue border. I'm not sure what CSS is relevant here, is it just border? Can I use a single CSS style to turn it off, like:
a img
{
...
}
        © Stack Overflow or respective owner