chrome/safari display border around image

后端 未结 11 910
暖寄归人
暖寄归人 2020-12-03 10:30

Chrome and Safari are displaying a border around the image, but I don\'t want one. There is no border in Mozilla. I\'ve looked through the CSS and HTML, and I can\'t find an

11条回答
  •  Happy的楠姐
    2020-12-03 11:14

    img.related_photo {
      width: 80px;
      height: 60px;
      **border: solid thin #DFDFDF;** //just remove this line
      margin-right: 3px;
      float: left;
      overflow: hidden;
    }
    

提交回复
热议问题