jquery - adjusting div according to content length -


i trying develop allows users post thoughts. showing posts in left , right div of parent container. need align left , right divs properly. if right side div contain more content left side, next post should displayed in left side div , vise versa.

am stuck this. how can implement this..?? please me.

thanks in advance.

sure, can adjust both div of same length less or more content using css "display" property.

keep "display: table" main div css property , "display:table-cell" child divs css property.

thanks


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -