Removing the image border in Chrome/IE9

后端 未结 18 2065
长情又很酷
长情又很酷 2020-11-27 04:28

I am trying to get rid of the thin border that appears for every image in Chrome & IE9. I have this CSS:

outline: none;
border: none;

U

18条回答
  •  眼角桃花
    2020-11-27 05:20

    the solution is to set the outline style to none (i.e.) outline:none, it's work with Me

提交回复
热议问题