Creating a grid layout with css

DarkMasterIII

New Member
I'm going to create a horizontal grid layout with CSS. (And I'll make it to scroll horizontally by JQuery and this solution. Please note that scrolling is not my problem. my problem is about creating the grid)This is an example:
AHd1f.png
I have searched the internet about CSS Grids, but it seems that they can't help me...My Question is, how to create something like the image above? Which plugins, or css properties should I use for this purpose?EDIT: I want to have fixed number of rows (I mean, the number of rows should not change when I resize the page. there should be an scrollbar instead.) (I will use it inside a div with \[code\]overflow: auto\[/code\])
 
Top