Document
/*上左不动,其他的可以滑动*/
*{
margin: 0px;
padding:0px;
}
#one{
background:#1DC9D8;
z-index:1;
width:100%;
height: 100px;
position: fixed;
margin-top: -100px;
}
#content{
margin-top: 100px;
position:relative;
width:100%;
height:2000px;
}
#right{
background:yellow;
width:20%;
height:400px;
position: fixed;
z-index: 1;
}
#left{
background:pink;
width:80%;
float:right;
height:1800px;
}
#foot{
background:#37E519;
width:100%;
height:150px;
position:relative;
}
首页
列表
内容
底部
原文:http://www.cnblogs.com/zouyun/p/7127258.html