如图所示 :

IE8 下背景图标不显示

微博微信前方各应有个图标,但是IE8下图标没有显示

css如下

.weibo_icon{background: url(../ieImages/weibo_icon.png)no-repeat; width:  17px; height: 15px; display: inline-block; position: relative; top: 2px ; right: 2px;}

 

起初我以为是图片的问题,但是之前项目我都没出现这种问题,后来找了很久问题终于解决了,如图所示:

IE8 下背景图标不显示

css如下

.weibo_icon{background: url(../ieImages/weibo_icon.png) no-repeat; width:  17px; height: 15px; display: inline-block; position: relative; top: 2px ; right: 2px;}

 

是不是感觉没什么变化?

看见了没,no-repeat之前加一个空格图片就显示出来了,真是蛋疼!

 

相关文章:

  • 2021-08-19
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-12-02
  • 2021-12-04
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2021-11-14
  • 2021-12-17
  • 2021-08-15
  • 2021-10-04
  • 2022-01-02
相关资源
相似解决方案