练习网页布局代码

body{
 background-color:#fef7dd;
 margin-top:0;

 }
#header{
 width:1000px;
 height:339px;
 }
 #content{
  width:1000px;
  height:525px;
  margin-top:20px;
  
  }
  
  #left{
   height:525px;
   width:207px;
   float:left;
   }
   #left0{
   height:525px;
   width:20px;
   float:left;
   }
   #left1{
    height:210px;
    width:187px;
    background-color:#e1caa1;
    float:left;
    }
   #left2{
      height:150px;
      width:187px;
      background-color:#fff;
      float: left;
     }
    #left3{
     height:165px;
     width:187px;
     background-color:#FFC;
     float:left;
     }
  #right{
   height:525px;
   width:793px;
   float: right;
   } 
   #right1{
    height:135px;
    width:793px;
    float:right;
    }
    #right2{
     height:351px;
     width:793px;
     float:right;
     background-color:#fff3cd;
     }
     #right3{
      height:39px;
      width:793px;
      float:right;
      }
#footer{
 width:1000px;
 height:5px;
 background-color: #FCC;
 float:left;
 margin-bottom:0px;}      

posted on 2011-11-25 13:25  809800327  阅读(75)  评论(0)    收藏  举报