How do i repeat this, somehow the clear doesn’t make the layout under eachother ??
<div class="grid_3 alpha"></div><div class="grid_2"></div><div class="grid_11"></div>
<div class="clear" style="height:20px"></div>
<div class="grid_3 alpha"></div><div class="grid_2"></div><div class="grid_11"></div>
<div class="clear" style="height:20px"></div>
<div class="grid_3 alpha"></div><div class="grid_2"></div><div class="grid_11"></div>
<div class="clear" style="height:20px"></div>
<div class="grid_3 alpha"></div><div class="grid_2"></div><div class="grid_11"></div>
<div class="clear" style="height:20px"></div>
Try putting a
within the empty grid divs. There are some cross-browser issues with using empty 960.gs grid divs.Edit: The following works perfectly in Firefox and Chrome. Perhaps your doctype or the container elements are not right?