本文介绍了堆叠不同高度的div的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在不同的高度上堆叠div,但div容器内的宽度相同。从上到下向右移动。
现在的问题是div很短..给上面的div一个丑陋的差距。
我已经添加了一个小草图与我想要做什么..
来自挪威的感谢!
解决方案
我想你正在你的网站上使用jQuery。从草图中,我建议看看名为的jQuery插件。
I want to stack divs with different heights but same width within a div container.. from top to bottom going right.
Problem now is with divs that are short.. gives a ugly gap to the div above.
I've added a small sketch with what i want to do..
Thanks from norway!
解决方案
I suppose that you are using jQuery on your site. From the sketch I suggest to take a look at jQuery plugin called Masonry.
这篇关于堆叠不同高度的div的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!