For the final div don’t use float, use overflow: hidden instead .my_style_name { /* float: left; Use overflow instead so that the remaining width is used*/ overflow: hidden; } An example http://jsfiddle.net/posco2k8/vu8dV