so you know how
there's that new way to clear floats...
just wondering how
everyone is gauging that method?
I mean, the
"hack" used up until now of adding a <div style="clear:both"></div>
(or similar) to properly clear floats when needed is pretty straightforward,
albeit a bit of code that always felt unnecessary...
But this new method
has the _javascript_ requirement to fix mac ie5 and uses the "holly hack" anyway.
to me, at least initially, it feels like a bit of a "rabbit warren" style of
fix, meaning it seems more convoluted than the problem its
solving...
I guess I just
wanted to know if everyone is going to jump in and start using that new method
or wait and see if it has some pitfalls? (similar to the whole image replacement
technique thing or the box model hack that initially sounded like a godsend
for some situations but has come unstuck as a method as time went
by...)
Pete
