I need to work on data elements with div’s without using table – tds. I want to display all divs one by one without break down. If the divs touches the browser edges, scrollbar should come. can you suggest me?
Please check the link – http://jsfiddle.net/VY978/
I need to work on data elements with div’s without using table – tds.
Share
Instead of
floatyou can usedisplay:inline-blockwith the combination ofwhite-space. Write like this:Check this http://jsfiddle.net/VY978/4/