I could make layout a ticking time bomb just by using one shrink-wrapped floated column without clear.
I could make mess of an entire site with just:
.left {float:left}
And I can write perfectly maintainable code with lots of floats if I have them sized and cleared properly.
I could make layout a ticking time bomb just by using one shrink-wrapped floated column without clear.
I could make mess of an entire site with just:
(which I've seen used in practice)And I can write perfectly maintainable code with lots of floats if I have them sized and cleared properly.