Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I wanna order div like in the image below any one can help?

All div has specific width but they don't have Height restrict. There can be 4 div each column and next div (5th div) goes bottom of 1st div but space of top and bottom div must be same(margin:5px)

enter image description here

Thanks.

share|improve this question
3  
masonry.desandro.com is a good plugin for those type of things – gillesc Apr 25 '12 at 16:12
i thought i can write a small javascript code and can do it. but it is looking hard. I will work on document that you gave. – mtarslan Apr 26 '12 at 8:57
but it will be best if any more easy way there – mtarslan Apr 26 '12 at 9:17

3 Answers

up vote 1 down vote accepted

Nathan's suggestion is a good one - there is also Masonry, which relies on jQuery as well.

share|improve this answer
Thanks,I used this. – mtarslan May 2 '12 at 20:46

You can't do this in pure CSS, as it goes horizontal, as you progbably know. For a jQuery solution, check out a plugin like the Columnizer jQuery Plugin.

share|improve this answer
There are any easy way coding with jQUERY? – mtarslan Apr 26 '12 at 14:29

Check out http://stackexchange.com/sites it uses Isotope!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.