.wrap {
margin:0 auto;
border:1px solid #ccc;
width:1000px;
height:500px;
margin-top:200px;
margin-bottom:1000px;
position:relative;
}
.left {
width:100px;
height:200px;
margin:5em;
border:1px solid #ccc;
z-index:999;
position:absolute;
}
简单网页滚动到某div的时候固定在浏览器顶部