利用css来控制背景图片固定悬浮,随着鼠标滚动而固定。 其实利用css属性background中的一个属性值fixed就可以做到,例如: [code]body{ background:url(images/chu.jpg) no-repeat top center fixed;}[/code]