我想弄清楚如何垂直拉伸背景圖像。我使用CSS3用下列方式3倍的圖像:垂直拉伸背景圖像
background-image: url("left.png"), url("right.png"), url("center.png")
background-repeat: no-repeat, no-repeat, repeat-x
background-position: top left, top right, top
現在我要垂直拉伸這些圖片,他們一路的底部延伸。有沒有辦法做到這一點?
我不這麼認爲。然而,您可以調整(伸展/壓扁)''標籤的大小,解決方案可能涉及在背景中放置一個'',絕對定位等。 – KRyan
這可能是一個好看的地方: http://stackoverflow.com/questions/1150163/stretch-and-scale-a-css-image-in-the-background-with-css-only – MikeB
此外,很確定你不應該像你那樣在你的'url's中引用引號。 – KRyan