2015-01-12 63 views
-1

我試圖讓我的網站的工作部分中的投資組合圖像坐在齊平,沒有間距。現在,每張圖片下面的間距大約爲3px。我認爲它包含div.work_thumb這是造成它,但我不知道。浮動DIV不坐沖洗

我不想爲一切設置具體的高度。有沒有另一種方法讓他們坐在底部沒有間距的齊平?

+1

請不要張貼一個鏈接到你的網站,並沒有任何代碼的問題。修復您的網站後,問題將會過時,並且不會幫助未來的訪問者。 – Oriol

回答

0

style.css你有這樣的規則(這似乎是一個復位):從baseline

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{ 
    font-size:100%; 
    font:inherit; 
    padding:0; 
    border:0; 
    margin:0; 
    vertical-align:baseline; //change to top 
} 

更改爲top