An example of Centering Floated Boxes with Images inside


101

102

103

104

105

106

107

108

Notes:
There aren't any tables in this page. List the source to see.

This example has 8 boxes, each with an image 60 x 60px and margin=8px : border=1px : padding=4px.

8 x (60 + 8x2 + 1x2 + 4x2) should be equal to 688px wide, but it requires another 8px in width totaling 696px for it to work. I should also mention that this won't work in the old IE quirks mode.

Back To Centering using a style sheet