Internet explorer – remove border around image link

If you want to completely remove Internet Explorer border around images that are links, use the following CSS code.

a img {
    border-width: 0px;
}
This entry was posted in CSS. Bookmark the permalink.

2 Responses to Internet explorer – remove border around image link

  1. Marek says:

    Myslím, že je více možností jak toto řešit. Třeba border: none;

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>