HTML部分:
<divid="BodyBg">
<imgsrc="ImgBg.jpg"class="stretch"alt=""/>
</div>
CSS部分:
#BodyBg{
width:100%;
height:100%;
position:absolute;
left:0px;
top:0px;
z-index:0;
}
.stretch{
width:100%;
height:100%;
}
http://www.cnblogs.com/seamar/archive/2011/05/04/2036279.html