修复了背景附件IE问题

时间:2013-02-10 22:23:02

标签: css

我最近尝试在我的网站上放置一个固定的渐变背景,并且在chrome和firefox中工作得很好,但旧版本的IE不喜欢它...它似乎甚至不让我滚动所有..想知道如果有人可以帮忙吗?

html,body,footer,#Top,#Bottom {height: 100%}
body,footer,#Top,#Bottom   {
    background-attachment: fixed !important;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d4d4d4, endColorstr=#fefefe);
    background-image: -moz-linear-gradient(center top -90deg, #d4d4d4, #fefefe);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4d4d4), to(#fefefe));
background-image: linear-gradient(#d4d4d4, #fefefe);
-pie-background: linear-gradient(#d4d4d4, #fefefe); 
}

0 个答案:

没有答案