I have two columns and want to stack divs of different heights in order of appearance.
The divs are dynamically created.
If i only float them on 50% of width
Use 2 div as container, put both column in this container div,so give this div float left and right....it may work... Also grid layout will work.