I am new to web grid systems and after hearing many recommendations, I am interested in trying out SUSY. My goal is to create a layout similar to the one seen in Twitter bootstrap, where the columns have predefined widths based on the available resolution rather than being fluid.
For instance, I would like to establish an 8 column grid with a width of 1140px if possible, but switch to 960px if needed.
I managed to achieve something close using SUSY by setting a max container width of 1140px and a min-width of 960px to prevent it from resizing lower than that. However, I would prefer a setup where the grid transitions seamlessly between the two widths when the resolution changes, allowing for 2 or 3 predictable layouts.
Any help would be greatly appreciated. Regards, Chris Chandler