很難解釋我的問題是什麼,我試着谷歌搜索這裏的問題。我找不到任何人有同樣的問題。我希望我的div像Google一樣安排記事本。所有的div應該在彼此之中,並且只在邊緣之間沒有空間。爲了理解我的意思,我在JSFiddle中發佈了一張圖片(我沒有權利在這裏發佈圖片)。Divs在彼此旁邊
.col {
display: inline;
width: 200px;
border: 1px solid red;
margin: 5px;
vertical-align: top;
}
<div class="col">Some content...</div>
<div class="col">Some content...</div>
<div class="col">Some content...</div>
<div class="col">Some content...</div>
<div class="col">Some content...</div>
爲什麼不使用表? –
認爲你必須使用一點點的js。 [這是一個很好的插件](http://masonry.desandro.com/) – Pete
是的,我認爲沒有js它不會工作。 – truemiro