(转)HTML网页BODY中如何设置背景图拉伸的最有效方法 http://www.mockte.com/rewrite.php/read-372.html
然后添加如下CSS:#bodybg { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 0; } .stretch { width:100%; height:100%; }很有效的方法!缺点:图片会变形。
#bodybg { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 0; } .stretch { width:100%; height:100%; }