好得很程序员自学网

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

CSS常用布局整理_html/css_WEB-ITnose

固定宽度布局

1-2-1布局(浮动)

   固定宽度  div ,p, h2 {    margin: 2px;    padding: 5px;}#container {    width: 612px;    margin: 10px auto;}#header,#footer {    width: 596px;    border: 1px solid blue;} #content {    float: left;    width: 360px;        border: 1px solid blue;}#side {    float: left;    width: 220px;    border: 1px solid blue;}#footer {    clear: both;}   

Page Header

查看更多关于CSS常用布局整理_html/css_WEB-ITnose的详细内容...

  阅读:28次