背景图片没有正确显示Safari

时间:2018-04-19 11:07:51

标签: css safari

我在Safari浏览器中遇到问题,因为它显示的是白色背景并且没有显示正确的背景图像,而在其他浏览器中它可以正常工作。请检查链接http://testurproject.tk/deveod/EOD-New/user_pricing.html,CSS是:

.site-footer {
clear: both;
background-image: url(../images/footer-bg.jpg);
background-attachment: fixed;
background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
position: relative;
padding: 90px 0px 10px;
margin: 0px;
background-repeat: no-repeat;
min-width: 1080px;
background-color: transparent;

}

0 个答案:

没有答案