我可以縮放圖像,以填補窗口時,他們的內容,像這樣: (沒有任何HTML5或DIV)CSS縮放背景圖像
<style type="text/css">
img {
width:100%;
height:100%;
margin:0px;
}
</style>
和
<img src="wacard.png" alt="original image" title="">
但
這個失敗(包括「html,body」和「body」)
<style type="text/css">
body {
width:100%;
height:100%;
margin:0px;
}
</style>
和
<body
style="background-image: url(wacard.png);">
</body>
如拿起從這裏撿到:Resize HTML5 canvas to fit window但據我所瞭解,必須有一些更有趣的代碼比我知道的,怎麼回事,...或者我做有什麼不對...
我怎樣才能獲得背景圖像的規模? (理想情況下,無javascript)
哈哈,你在我之前發佈了同樣的文章1秒:) – Maverick 2011-04-23 20:53:49
沒有開玩笑。 CSS技巧是一個非常有用的網站。 – jackreichert 2011-04-23 20:55:17