Removing the image border in Chrome/IE9

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

    First create an image type PNG transparent with photoshop in mini size. Then in your class please add:

    content:url("url of your blank png");
    

提交回复
热议问题