首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

(转)HTML网页BODY中怎么设置背景图拉伸的最有效方法

2012-09-23 
(转)HTML网页BODY中如何设置背景图拉伸的最有效方法http://www.mockte.com/rewrite.php/read-372.html然后

(转)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%; }



很有效的方法!缺点:图片会变形。

热点排行