if i use the custom css generator on their webpage i can have a wider width than 960? so isnt the name 960 kind of misleading?
and some persons say that you cant have a flexible grid system (that changes with your browser size) with 960. but you can download a fluid version from the custom css generator. so apparently they didnt know what they were talking about?
would be great if someone could straight these things out.
You can only use the CSS Generator on 960.gs to generate a fluid layout that changes with the browser size.
If you want to limit the max-width to 960px (and still have it fluid), you’ll have to set that css-property manually on the outer most div container, like:
Be aware though, that this does not work in ie6.