Hi people
I'm using http://960.gs grid system/framework

I'm having some head-to-wall punching trying to make a flexible layout that allows me to cover the width and height of visitor's browser client area, specially in "height"... Look at the following image

Grid Layout

So, the grid layout should cover everything and there shouldn't be any scrollbars. If user adjusts the size, grid should adapt, until a minimum width-height is reached

Thanks for any tip/hack you can give me

link|improve this question

78% accept rate
feedback

1 Answer

That particular grid is designed for fixed width 960px layouts and is not really suitable for fluid layouts. What you want is a percentage based grid. You might want to have a look at Fluid 960 Grid System.

link|improve this answer
Tyom. I've generated a fluid grid using spry-soft.com/grids but my problem is to cover the entire height in browser's client area, and make it cover dinamically when window is resized – Enrique Dec 15 '10 at 11:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.