跨浏览器的CSS问题(Safari浏览器与Chrome)

问题描述:

我目前有问题与Safari不显示背景图像和背景颜色在我的CSS。显然它只是主页。跨浏览器的CSS问题(Safari浏览器与Chrome)

#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

请在问题文本中提供有关您的问题的所有信息。没有一个耳朵之间的大脑会点击你的自定义链接,希望这可能是一个攻击媒介。 – mascoj

+0

你是绝对正确的。谢谢 – Jeremy

显然我有缓存问题。