Pages

Tuesday, December 6, 2011

IE9 -=- Border on link images

With IE9, when we have anchor on images, Internet Explorer adds a border to this image. To remove it, simply use this CSS



a img {
     text-decoration: none;
     border: 0;
}

No comments:

Post a Comment