It's 2012.. why do we still need hacks like Micro Clearfix to do simple things? [closed]
- by user72245
I'm just dipping back into front-end development again.
I seriously can't believe we're at "HTML5" yet the most basic thing imaginable - horizontal floating DIVs, still requires crazy esoteric hacks to work correctly?
http://nicolasgallagher.com/micro-clearfix-hack/
Like this... why is this necessary? Why can't browsers just grow up and handle 3 dynamically-sized DIVs floating horizontally in a container row?