页面有背景图片,拉动页面时内容动,背景图片不动。 .
<style>
body{background-image:url(背景图片.jpg); background-repeat:no-repeat; text-align:center;
background-position:center;background-attachment: fixed}
</style>
<style>
body{background-image:url(背景图片.jpg); background-repeat:no-repeat; text-align:center;
background-position:center;background-attachment: fixed}
</style>