Here is a http://jsfiddle.net/h2Ya8/6/
Related to CSS how to fill remaining space (1 div with smaller divs)I am only using/testing this for Google Chrome, as it's going to run on a machine with Google ChromeI have 10 rows with each 6 boxes. These boxes take up all the space available.
It works fine when i'm only putting content that fits in the box. But when the content is bigger than the box can handle, the boxes resize to fit the content.I want to stop the boxes from resizing and always stay the same, no matter what content is put in.
(currently i'm using div with div's but i want to replace this with box as it automaticly fills up the space available, )
(i need to fill these boxes with images and text)Current output with Div's
Related to CSS how to fill remaining space (1 div with smaller divs)I am only using/testing this for Google Chrome, as it's going to run on a machine with Google ChromeI have 10 rows with each 6 boxes. These boxes take up all the space available.
It works fine when i'm only putting content that fits in the box. But when the content is bigger than the box can handle, the boxes resize to fit the content.I want to stop the boxes from resizing and always stay the same, no matter what content is put in.
(currently i'm using div with div's but i want to replace this with box as it automaticly fills up the space available, )
(i need to fill these boxes with images and text)Current output with Div's