The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] Help needed creating Table from Divs – Driving me insane
Hi, i am having a real hard time trying to create this table of images using Divs
Here is what I am trying to achieve
http://s8.postimg.org/5hh0f2zf7/table.png
Can anyone help?
Thanks!
Looks simple enough.
What have you tried?
Could you make a Codepen.io Demo?
No need to use actual images, just divs with a background color will do…unless you have some specific requirements.
Hi, thanks for replying,
here’s where i’m at…
http://codepen.io/riom/pen/epVZBK
I can’t seem to figure out how to fit another 350×230 image directly under the first one
any help is appreciated,
thanks
Ah….although I would point out your requirement is not like the image you provided.
This sounds like you are after a masonry layout.
That needs usually needs Javascript.
http://masonry.desandro.com/
Thanks, masonry does the job nicey!