HTML知识点

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;
}
上一篇:图的遍历(DFS、BFS)


下一篇:Sublime Text 3 配置浏览器预览路径 localhost