4
我無法弄清楚爲什麼background-size:100%100%在我的桌面上的Safari瀏覽器和所有在線模擬器上工作,但不是實際的iPhone。背景大小:100%無法在iPhone上工作
該網站的網址是http://cherrycompanies.com
我使用的是
#header {
background: url(images/header.png) no-repeat top left;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
margin: auto;
好吧我已經設置爲包含現在,但它仍然無法在手機上:( – user2907688