I'm trying to get some kind of a fluid layout(kind of like the Google+ one). But when I set one div
's height
higher than the other, the others move according to that ones height. I have a jsfiddle here to show how it looks like. Thanks in advance.
Asked
Active
Viewed 25 times
0

Arpad Gabor
- 15,184
- 4
- 16
- 21
-
1You could set `.box` to `vertical-align: top;` – Chad Nov 29 '14 at 21:43
-
Also have a look at: http://stackoverflow.com/questions/9273016/why-is-this-inline-block-element-pushed-downward – Hashem Qolami Nov 29 '14 at 21:44