`
xitong
  • 浏览: 6193409 次
文章分类
社区版块
存档分类
最新评论

HTML网页BODY中如何设置背景图拉伸的最有效方法

 
阅读更多

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics