1. 首页布局
// 顶部DIV
#top{
position:absolute;
top:;
left:;
width:100%;
height:15%;
overflow:hidden;
margin-top:1 1 1 1;
}
.pp{
width:100%; // 顶部图片
}
#content{
position:absolute;
left:;
top: 15%;
width: 100%;
height: 70%;
}
#menu{
width: 20%;
height:100%;
float:left;
}
#tabs{width: 79%;
height: 100%;
float: right;
border-left:1px solid green;
}