fixed固定块背景,滚动的时候却换背景

用fixed来实现 当拖动下拉条的时候背景是固定不动的,但是拖动到别的块的时候背景却换了,功能很简单,看上去很神奇!

<div style=" width:100%; min-height:600px; background:url(tp001.jpg) center 0 no-repeat fixed;"></div>
<div style="background:#CCC; width:100%; height:300px;">我是第一层</div>
<div style=" width:100%; min-height:600px; background:url(tp002.jpg) center 0 no-repeat fixed;"></div>
<div style="background:#000; width:100%; height:300px;">我是第二层</div>
<div style=" width:100%; min-height:600px; background:url(tp003.jpg) center 0 no-repeat fixed;"></div>
<div style="background:#f00; width:100%; height:300px;">我是第三层</div>

将图片换成你想要的,大图,一定要是大图,全屏的才能更好的看出效果

posted @ 2013-03-29 17:56  小郑  阅读(303)  评论(0编辑  收藏  举报