“内容”CSS代码不会在firefox / IE上显示图像

时间:2016-09-20 20:53:46

标签: css internet-explorer firefox

我已经尝试通过以下线程解决问题:https://stackoverflow.com/questions/17907833/content-url-does-not-display-image-on-firefox-browser#=

但是“宽度”CSS代码无法正常工作,不知道为什么。 这是我在Google Chrome上运行良好的代码:

@media screen and (max-width: 991px) {
  .why35 {
    content:url('image.png');
    width:178px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:-7px;
  }
}

我一直试图修复它已经有一段时间了,但它不会工作,不知道为什么......

有任何帮助吗?我真的很感激。

谢谢!

0 个答案:

没有答案