您好,欢迎来到希阮科技。
搜索
您的当前位置:首页网页背景图片全屏设置_html/css

网页背景图片全屏设置_html/css

来源:希阮科技


1.首先设置body的高度为100%,overflow属性设为hidden(溢出隐藏)

2.body内div宽和高都设为100%,overflow属性设为hidden ,z-index:-1(确保背景图片在最下面)

3.设置div内的img宽高都为100%;

html 代码如下:

css代码如下:
body { background: #888 none repeat scroll 0 0; font-family:'Microsoft YaHei'; height:100%; margin:0; padding:0; overflow:hidden;}.lay_background { width:100%; height:100%; z-index:-1; overflow:hidden;}.lay_background_img { width:100%; height:100%;}

Copyright © 2019- xixiruanjian.com 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务