我有一個背景,看起來像這樣:需要幫助拉伸背景圖像垂直
正如你可以看到它沒有完全伸展。所以我希望它涵蓋一切。
body {
background-image: url("/site_media/resume/images/bg_main.jpg");
background-color: #c7c7c7;
background-repeat: repeat-x;
font: 12px/20px;
font-family: "lucida Sans Unicode" "Lucida Grande" sans-serif;
}
,如果我做
background-size: 100%;
我到處我只得到深綠色。
你測試過什麼瀏覽器? [background-size](https://developer.mozilla.org/en-US/docs/CSS/background-size)有很好的支持,但只適用於IE9 +,如果你在IE上。 –