Instead of floating the divs you could absolutely position them within div#iconsHolder
(which you will make position:relative
. You're setting widths anyway, just set the left of each div to the appropriate offset and give each top:0
and bottom:0
CSS rules.