I don\'t know if it\'s a common problem, but I can\'t find the solution in web so far. I would like to have two divs wrapped inside another div, however these two divs insid
Aside from the clear: both hack, you can skip the extra element and use overflow: hidden on the wrapping div:
clear: both
overflow: hidden
div