Divide a page in 8 perfect fluid columns?
问题 So I'm trying to divide a page ( in fact just a footer ) into 8 equal fluid columns ( I was aiming for 6 ), and the only way I thought I could do it is with percentage. I set a percentage of width: 12.5%; to each of the columns ( which are in fact some links set as display: block; float: left; ) and it should have worked, but it didn't. I mean the columns or links should have been equally divided in the page but there's still some space there, about 100px ( my screen has 1366px in width ). So