I'm trying to place seven columns of the same size in one row:
.seven-cols .col-hard-1 {
width: 14.28%;
*width: 14.28%;
float: left;
}
However, float:left screws up the all the next blocks on the page. Is there a way to make this grid without using float?