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

<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>

你可能感兴趣的:(html 背景图片实现 宽度自适应,高度为背景图片高度 解决发案)