好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

HTML固定与自适应进行布局的混合使用_html/css_WEB-ITnose

//

    this is a page      body{padding:0;         margin:0;        }    .left{width:200px;          height:500px;          position:absolute;          left:0px;          top:0px;          background: red;}    .middle{height:500px;            background: blue;            margin:0 310px 0 210px;}    .right{width:300px;            height:500px;            position:absolute;            right:0px;            top:0px;            background: orange;}   

this is left

查看更多关于HTML固定与自适应进行布局的混合使用_html/css_WEB-ITnose的详细内容...

  阅读:32次