Animations and clearfix
Animations and clearfix
There is a CSS hack for clearing floated elements, but unfortunately,
animations that are applied to those elements with this applied to
don't animate properly in IE6.
For an example: http://www.texotela.co.uk/clearfixbug.php
I can work around it by wrapping another DIV around the one with the
clearfix class applied to it and animating that instead, but I wanted
to know if there was a way round it without requiring extra markup
(i.e. is it a bug in jQuery?)