Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 html5 页面中,我尝试为一组文章设置样式。文章元素具有固定宽度但可变高度。我尝试使用浮动:左。
它应该看起来像下面的绿色框,但它看起来像红色框。框 nr 3 未正确对齐。
任何 CSS3 甚至 js 方法来解决这个问题?
有一个名为Masonry的 jQuery 插件就是为此而设计的。