首页 > Web开发 > 详细

HTML知识点

时间:2015-07-13 13:49:42      阅读:446      评论:0      收藏:0      [点我收藏+]

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; }

 

HTML知识点

原文:http://www.cnblogs.com/jianglong-liang/p/4642557.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!