码迷,mamicode.com
首页 > 其他好文 > 详细

我的圣杯布局

时间:2014-06-18 19:01:14      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:style   class   ext   width   os   set   

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
html,body{
height:100%;
}
*{margin: 0; padding: 0;}
.content{width: 100%;height:100%;}
.wrapper{
position: relative;
z-index: 20;
width:100%;
height:100%;
}
.left-bd{float: left;width: 200px;height:100%;background: blue; }
.right-bd{float:right;width:300px;height:100%; background: green;;}
.main{position:relative;margin-left:200px;margin-right: 300px;z-index:30;top:-100%;height:100%;background: red;}
</style>

</head>
<body>
<div class="content">
<div class="wrapper">
<div class="left-bd">left content</div>
<div class="right-bd">right content</div>
</div>
<div class="main">main content</div>
</div>
</body>
</html>

我的圣杯布局,布布扣,bubuko.com

我的圣杯布局

标签:style   class   ext   width   os   set   

原文地址:http://www.cnblogs.com/tom-chang/p/3790664.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!