跨浏览器css问题(Safari与Chrome)

时间:2016-12-13 21:48:47

标签: css3 safari

我目前在Safari中没有显示背景图片和背景颜色的问题。显然它只是主页。

#footer {
background-color: #00594c;
}

#home_widget_1 {
background-color: #00594c;
color: white;
height: 485px;
border-right: 1px solid white;
background-image: url(https://www.fvcolumbus.org/stage/wp-    content/uploads/2016/12/independent-living1.png);
background-size: 510px 282px;
background-repeat: no-repeat;
margin-right: 0px !important;
background-position: center top;
}

#home-featured-image {
height: 540px;
width: 100%;
display: block;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
background-image: url(../stage/wp-content/uploads/2016/10/10192016_homepage.jpg);
background-repeat: no-repeat;
}

1 个答案:

答案 0 :(得分:0)

显然我有缓存问题。