根据内容将具有多个段落的div拆分为多个列

时间:2014-01-10 06:49:38

标签: javascript html css3 multiple-columns

我有以下情况:

<div class="article">
   ...
   <p>long text here</p>
   <p>long text here</p>
   <p>long text here</p>
   <p>long text here</p>
   <p>long text here</p>
   <p>long text here</p>
   <p>long text here</p>
   ...
</div>

根据文字长度,我可以使用哪些内容在多列中分割.article? 列必须具有460px的最大高度,宽度为300px,并且在. ?!

之后停止

此外,我尝试使用列化js,但它打破了一切 我认为这与https://github.com/briangonzalez/jquery.adaptive-backgrounds.jshttps://github.com/kennethcachia/Background-Check

有冲突

https://github.com/adamwulf/Columnizer-jQuery-Plugin是否有商业上可用的相似内容?

0 个答案:

没有答案