Reputation:
Hi guys I am working on a chat program...
I want this div's size like :
Upvotes: 0
Views: 28
Reputation: 454
Try adding this to their CSS:
float:left; /*or right*/
clear:both;
See this fiddle for an example with alternating positions: https://jsfiddle.net/ujpyxm22/1/
Upvotes: 1