jQuery Slide Effect Anomaly with IE6/IE7

Internet Explorer 6 & 7

When adding or removing an item, the slideUp and slideDown effects slide in one direction for 50% of the slide, and in the other direction for the rest. Note the abruptness of the effect, especially when removing an item. The same effect can be observed with show() and hide(), but is easier to demonstrate with the slide.

Firefox 3, Safari 3

The slide effects behave how you'd expect them to, completing a full slide up/down in a single direction. As far as I know, this is also how it works in all browsers except for IE.

add

    Animating speed has been set slow to demonstrate the effect.