好得很程序员自学网

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

HTML布局_html/css_WEB-ITnose

一、使用

元素布局

             div布局              body{            margin:0px;        }        #container{            width:100%;            height:950px;            background-color:darkgray;        }        #heading{            width:100%;            height:10%;            background-color:aqua;        }        #content_menu{            width:30%;            height:80%;            background-color:aquamarine;            float:left;        }        #content_body{            width:70%;            height:80%;            background-color:blueviolet;            float:left;        }        #footing{            width: 100%;            height: 10%;            background-color: black;            clear: both;        }           

头部

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

  阅读:35次