css body背景圖全屏,不論分辨率大小。在body裡嵌套一個img元素,控制這個img 的z-index為-1即可。
代碼如下:
<img id="bg" src="../images/bg.jpg" width="100%" height="100%" style="right: 0; bottom: 0;position: absolute; top: 0;