I guess I'm wondering if it is ill-advisable to just set:
div {
overflow: hidden;
}
... instead of worrying about clearing each div. Does anyone else do this or recommend for/against it? Thanks.
EDIT:
I only ask because it seems like I have a handful of divs that require it, at the moment.