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
Post a Comment