您的位置:首页 > Web前端 > HTML

HTML知识点

2015-07-13 12:29 681 查看
1. 首页布局

// 顶部DIV
#top{
position:absolute;
top:0;
left:0;
width:100%;
height:15%;
overflow:hidden;
margin-top:1 1 1 1;
}
.pp{
width:100%; // 顶部图片
}
#content{
position:absolute;
left:0;
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;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: