html 背景图片实现 宽度自适应,高度为背景图片高度 解决发案

来源:互联网 发布:淘宝捡漏在什么地方 编辑:程序博客网 时间:2024/06/09 17:56
<style>body{background-image: url("/i/bg_flower.gif");background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-size: 100% auto;width:100%;height:1024px}</style>

0 0