外部css背景图像无法在IE Internet Explorer中工作

时间:2018-02-01 10:32:33

标签: css internet-explorer internet-explorer-8 internet-explorer-9 internet-explorer-7

<!DOCTYPE html>
 <html>
  <head>
    <link rel="stylesheet" href="https://ds1.truefitcorp.com/store-nem/6.24.0.3/resources/store/nem/css/fitrec-responsive.css">
  </head>
  <body>
     <div class="tfc-cfg-widget tfc-fitrec-result">
     <div class="tfc-cfg-logo"></div>
      <p>Which Size Fits Me?</p>
     <div>
 </body>
</html>

在外部css内部我们有类tfc-cfg-logo的背景图片但是IE单独的背景图片无法正常工作,因为所有浏览器都在外部css中检查图像,但IE检查我的代码库。
 像这样的外部css内部

 .tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-logo {
    background-image: url(../images-snapshot/responsive/logo/bg-logo-red.svg);
 }

所需的输出是IE enter image description here

中的 T 徽标

0 个答案:

没有答案