格對齊方式正確 是NT到來一樣,當我做兩個div離開接下來的兩個底最後一個頂部和底部
看到這個圖像
我想像這樣的圖像與div標籤對齊,不幸的是,當我對齊它不像這樣,
如何leyout一個div標籤內的所有圖像>?
這裏是我的html代碼
<div class="site_contents">
<div class="header">
<div class="big_logo"></div>
<div class="work_nav"></div>
<div class="testimonial"></div>
<div class="cliants"></div>
<div class="testimonial"></div>
<div class="contact"></div>
</div>
</div
這裏是我的CSS代碼
.site_contents {
height:auto;
width: 900px;
background-color: #666;
margin:0 auto;
}
.header {
background-color: #3CF;
height: 262px;
width:100%;
clear:both;
position:relative;
border:2px solid #000;
}
.header div
{
float: left;
}
.big_logo{
background-color: #06C;
height: 262px;
width: 459px;
background: url(images/sitetemplate_header.gif) 0 -21px;
}
.work_nav {
background-color: #F00;
height: 159px;
width: 170px;
}
.testimonial {
background-color: #3F9;
height: 104px;
width: 170px;
}
.cliants {
background-color: #09C;
height: 262px;
width: 171px;
}
.contact {
background-color: #30C;
height: 262px;
width: 101px;
}
可以在任何一個可以幫助我,請
使用UL和李和內嵌設置 – 422
@ 422我並不需要所有的div頂部底部 只有兩個div頂部底部 –
你的英語不是最好的,爲什麼不創建一個的jsfiddle和屏幕PIC什麼你想實現 – 422