Problem with slide effects in IE6/IE7 (jQuery 1.2.6)
I'm running into an issue with the slide effects when used on a list
(ul or ol). A slideUp or slideDown behaves as expected in Firefox and
Safari, but does not in IE6/IE7.
In IE, the slide goes towards the center rather than towards the top
or bottom, essentially performing a slide in both directions, which is
not the expected behavior. I'm thinking it may have something to do
with the slide happening on list items and some strange quirk of IE.
The same behavior can be observed with the animated versions of show()
and hide(), but it's simpler to demonstrate with slides.
I'm probably missing something obvious, but have been struggling to
figure out what the deal is, so figured I would post it here. Below is
a link to a test case I setup that demonstrates the issue. Try it in
both IE and Firefox. Any help is appreciated.
http://www.ryancramer.com/misc/jquery_slide/
Thanks,
Ryan