0

http://ourunitedvoice.blogspot.com/

它在 Firefox、Safari、Chrome 等中看起来很棒。但是当在 IE 8 中查看我的博客时(遗憾的是,在我们的访问者中仍然很常见),背景图像仅覆盖博客的主体,而不是 962 像素及以上的侧面。帮助!

这是我目前拥有的代码!

hhtml, body {
background: url(https://metrounitedway.org//servlet/eAndar.WebExtDocument?DocID=323435303237&ArticleID=333137) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}.content-inner {background-color:transparent !important;}
.tabs-outer,.main-outer,footer {background-color:white !important;}.header-fauxborder-left
{
    background-image:url('https://metrounitedway.org//servlet/eAndar.WebExtDocument?DocID=323435303237&ArticleID=333137');
    background-repeat:repeat;
}.body-fauxcolumn-outer {
background: url(https://metrounitedway.org//servlet/eAndar.WebExtDocument?DocID=323435343437&ArticleID=333137) fixed;
}

.body-fauxcolumn-outer div {
background: none;
}]]></b:skin>
4

1 回答 1

0

此 CSS 代码可以帮助您:

`@media \0screen {
img {
width: auto; /* for ie 8 */}}`

于 2013-11-18T04:33:27.993 回答