好得很程序员自学网

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

cssdiv布局(左右固定,中间自动大小)_html/css_WEB-ITnose

                                      布局                                body {                font-family: Verdana, Arial;                margin: 0;                font-size: 12px;            }                        div {                background-color: #eee;                border: dotted 1px green;                text-align:center;            }            #dyleft {                float: left;                width: 200px;                height:200px;                margin-left:20px;                line-height:200px;            }            #dycenter {                margin: 0 210px;                height:200px;                line-height:200px;            }            #dyright {                float: right;                height:200px;                line-height:200px;                width: 200px;                margin-right:20px;            }                               

div左栏固定宽度为200px

查看更多关于cssdiv布局(左右固定,中间自动大小)_html/css_WEB-ITnose的详细内容...

  阅读:28次