【问题标题】:Background Not Stretching in IE8 [duplicate]IE8中的背景未拉伸[重复]
【发布时间】:2013-08-15 01:28:15
【问题描述】:

我们学校的电脑用的是IE8,没办法升级。如何设置此代码以使用 IE8?

<style type="text/css">
<!--
body {
background-image: url(at4.jpg);
background-repeat: no-repeat;
height: 100%;
     width: 100%;
     background-size: 100%; 
}
 </style>

【问题讨论】:

    标签: html css internet-explorer internet-explorer-8


    【解决方案1】:

    使用img 和此处详述的方法之一:Perfect Full Page Background Image 可以兼容 IE8+ 或 IE7+。

    否则,如果您的特定浏览器不理解这个或那个,这并不重要(除非它是您页面最重要的方面,但对于背景图像不应该如此)。渐进式增强和优雅降级很酷;)

    【讨论】:

      【解决方案2】:

      IE8 不支持背景大小,您需要优雅地处理降级。

      http://caniuse.com/#search=background-size

      IE 8: background-size fix

      【讨论】:

      • 有办法拉伸吗?
      猜你喜欢
      • 2013-08-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-09-02
      • 2017-06-19
      • 2014-06-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多