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 4243
44
Main Tilte of the web page
45查看更多关于HTML-DIV布局_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did108495
HTML-DIV布局_html/css_WEB-ITnose
阅读:34次