左边宽度固定右边自适应

在写页面布局的时候经常要用到左边宽度固定右边自适应

第一种写法:

.left {
 position: absolute; 
height: 100%; 
width: 300px;
background-color: blue;
posted @ 2017-01-11 13:45  jiayingzi  阅读(125)  评论(0编辑  收藏  举报