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

两栏自适应布局,右侧div宽高不定

时间:2016-10-25 01:38:59      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:oat   height   color   margin   style   class   idt   float   自适应   

.main,.sitebar{
      height: 300px;
      font: bolder 20px/300px "微软雅黑";
      color: black;
      text-align: center;
}
.main{
      width: 100%;
      float: left;
}
.main .content{
      margin-left: 200px;
      background: red;
}
.sitebar{
      width: 200px;
      float: left;
      margin-left: -100%;
      background: green;
}
<div class="main">
      <div class="content">hhhhhhhhhhhhh</div>
</div>
<div class="sitebar">
      hehhehhe
</div>

两栏自适应布局,右侧div宽高不定

标签:oat   height   color   margin   style   class   idt   float   自适应   

原文地址:http://www.cnblogs.com/luckyXcc/p/5994972.html

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