全部动态
代码部分:
<style type="text/css">
#header,#content,#footer{
background-color:#ccc;
border:1px solid #0c0;
height:30px;
width:80%;
margin:10px auto;
}
#content{
height:500px;
}
#left{
height:500px;
width:30%;
float:left;
background-color: #C36;
}
#right{
width:20%;
height:500px;
float:right;
background-color:#c96;
}
#center{
width:50%;
height:500px;
float:left;
background-color:#090;
}
</style>
html代码部分
<body>
<div id="header"></div>
<div id="content">
<div id="left"></div>
<div id="right"></div>
<div id="center"></div>
</div>
<div id="footer"></div>
</body>

浙公网安备 33010602011771号