0
不顯示該網站是在這裏http://crea8tion.com/ChristmasMessage/index.html背景圖像在Safari 5.17
由於某種原因,背景是不是在Safari瀏覽器5.17顯示。
不確定我忽略了什麼? (與任何其他主流瀏覽器的背景沒有問題)
如下相關CSS代碼:
body {
background-image: url("img/background.svg");
background-repeat:no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-origin:border;
}
你看過這個http://stackoverflow.com/questions/19415072/svg-background-not-displaying-in-safari? – dowomenfart
嘗試添加webkit vendor-prefix,'-webkit-background-size:cover;' –