<div id="wrapper">
    <div id="col1">
      "fixed"
    </div>
    <div id="col2">
      "fluid"
    </div>
</div>

 

#wrapper{background:red;float:left;width:90%;height:200px;padding:5px}

#col1{
  float:left;
  width:100px;
  height:100%;
  background:green;
}
#col2{background:green;height:100%;margin-left:110px;margin-right:0px;}

 

http://jsfiddle.net/rhw0z1bj/

 

相关文章:

  • 2022-01-18
  • 2021-09-10
  • 2021-07-30
  • 2021-12-10
  • 2022-02-06
  • 2021-08-11
  • 2021-08-24
  • 2022-12-23
猜你喜欢
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案