i am using gs960 and want to create a container_12 that has two divs, one is grid_8 and the other is grid_4. Now, gs960 normally adds some margin between the two divs. In my design, i would like to have no space between those. I tried to use :
<div class='grid_8 alpha omega'>
</div>
<div class='grid_4 alpha omega'>
</div>
But it seems that the divs don’t fill in 960px anymore and the last seems to be overlapping the first. Do you know how to do that ?
Use this generator and set the margins to 0px, ofcourse you can also do it in your .css file.