好得很程序员自学网

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

HTML-DIV布局_html/css_WEB-ITnose

 1   2   3       4           5          div布局  6           7             div#container 8             { 9             width:800px;10             }11             div#header12             {13                background-color:#99bbbb;14             }15             div#menu16             {17             background-color:#ffff99;18             height:450px;19             width:200px;20             float:left;21             }22             div#content23             {24             background-color:#EEEEEE;25             height:450px;26             width:600px;27             float:left;28             }29             div#footer30             {31             background-color:#99bbbb;32             text-align:center;33             clear:both;34             }35             h136             {37                margin-bottom:0;38             }39          40      41      42         

43

Main Tilte of the web page

45

查看更多关于HTML-DIV布局_html/css_WEB-ITnose的详细内容...

  阅读:34次