I am looking for a columnizer plugin (creating columns of my little divs).
It is very important to have the following functions:
1) It should be as light as possible (if it is only css, it would be great, but I think it is difficult to get it to work with IE then ...)
2) It should be a cross browser (I do not need IE6 ... requires compatibility with IE7 and IE8).
3) Divas should not be broken. In other words, the nodes should be moved to the next block, but not divided by 2. The nodes are div elements, they can include other divs, images, and text.
4) The column must have a fixed width and a fixed margin. This means that when you resize the browser and create new columns (becoming a wider window), the new columns must rigidly maintain the same width and distance between them. (margin: 20px) (width: 200px)
5) The content is dynamic. I use drupal as a CMS. My client can add or remove nodes, so I need a dynamic solution.
It would be great to have some css .. but I'm afraid that I need a jQuery plugin because I need to support all 4 functions.
I found several plugins and css styleshits with very good solutions, but could not find a complete one.
thanks
source share