Forum Moderators: not2easy
If the parent element is floated then the clear inside that parent element will be constrained to just that element.
If the parent element is not floated, then any clears inside it will clear all floating elements, not just the ones inside the parent div.