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>
答案 0 :(得分:0)
此CSS代码可以帮助您:
`@media \0screen {
img {
width: auto; /* for ie 8 */}}`