Removing the image border in Chrome/IE9

后端 未结 18 2043
长情又很酷
长情又很酷 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:13

    If u didn't define a src or the src attribute is empty in a img tag most browsers will create a border. To fix this use transparent image as src:

    
    

提交回复
热议问题