You can put a DIV inside a LI and animate the DIV <li> <div> content here </div> </li>
On Wed, Jul 15, 2009 at 16:31, Bill <bllfr...@gmail.com> wrote: > > Alright, so this *is* a bug: > > http://dev.jquery.com/ticket/3120 > > Anyone have any advice on a workaround ? > > On Jul 15, 12:15 pm, Bill <bllfr...@gmail.com> wrote: > > Hi all, > > > > I posted a week ago about some odd behavior with slideUp() and > > slideDown() in IE 6, 7, and 8 (the post is here: > http://groups.google.com/group/jquery-en/browse_thread/thread/1b4cda0... > > ). After several hours of further investigation, it appears that > > jQuery isn't properly animating LI elements. > > > > I set up a simplified example here: > > > > http://69.59.182.148:4080/test/07152009/index.html > > > > The first two examples on this page show slideUp() and slideDown() on > > LI elements. In Firefox, Chrome, Opera, and Safari, clicking causes > > slideUp() or slideDown() animations that behave as expected. In IE 6 > > and 7, slideUp() and slideDown() behave very differently. > > > > The second two examples basically translate the unordered lists and > > list items into divs. slideUp() and slideDown() work as expected in > > these examples, even in IE 6 and 7. > > > > Is this a flaw in the slideUp()/slideDown() commands? > > > > Regards, > > > > --Bill >