全部动态

代码部分:
<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>

posted on 2011-11-04 08:14    阅读(141)  评论(0)    收藏  举报