[jQuery] Re: slideUp(), slideDown() not working in IE 6, 7 on LI elements

2009-07-17 Thread Leonardo K
I tried several approaches here and the animation bug in IE remains. I don't know if it's a bug. Post this thread on the dev group. On Thu, Jul 16, 2009 at 14:29, Bill bllfr...@gmail.com wrote: Is the best way forward to just rewrite the HTML so that it uses DIV elements instead of UL and

[jQuery] Re: slideUp(), slideDown() not working in IE 6, 7 on LI elements

2009-07-16 Thread Bill
Is the best way forward to just rewrite the HTML so that it uses DIV elements instead of UL and LIs? There's got to be a better way... On Jul 15, 2:38 pm, Bill bllfr...@gmail.com wrote: Leonardo, thanks very much for your reply. I've updated my code, so the third wrapper contains the

[jQuery] Re: slideUp(), slideDown() not working in IE 6, 7 on LI elements

2009-07-15 Thread Bill
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

[jQuery] Re: slideUp(), slideDown() not working in IE 6, 7 on LI elements

2009-07-15 Thread Leonardo K
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

[jQuery] Re: slideUp(), slideDown() not working in IE 6, 7 on LI elements

2009-07-15 Thread Bill
Leonardo, thanks very much for your reply. I've updated my code, so the third wrapper contains the following: div class=wrapper h3Plain ol' UL, slideDown()/h3 ul id=menu-1-fix lidivOne/div/li lidivTwo/div/li