html背景图片拉伸至全屏

本来想在body的css中设置,但发现怎么弄也无法搞定,技术水平有限吧,最后通过下面方式来达到效果:

<img src = 'url' border = '0' width = '100%' height = '100%' style = 'position: absolute; left:0px; top:0px; z-index: -1'>

posted @ 2014-09-04 14:55  林锅  阅读(2535)  评论(0编辑  收藏  举报