[jQuery] Re: Slide up/down bug with table data in IE7

2007-10-03 Thread Andy Matthews
om: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of motob Sent: Tuesday, October 02, 2007 5:29 PM To: jQuery (English) Subject: [jQuery] Re: Slide up/down bug with table data in IE7 I think its more of an issue of IE not handling table tags properly. I've had some unexpected resu

[jQuery] Re: Slide up/down bug with table data in IE7

2007-10-02 Thread motob
I think its more of an issue of IE not handling table tags properly. I've had some unexpected results when trying to slide table rows in my app. If you're wanting to slide up and down the entire table, try wrapping a around it and slide the . This worked for me when I needed to show and hide enti

[jQuery] Re: Slide up/down bug with table data in IE7

2007-10-02 Thread [EMAIL PROTECTED]
Do you have a sample of the code? On Oct 2, 9:51 pm, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > I have a module which contains a table of information. When I slide the > module (to hide the info) it works just fine. When I slide it back down (to > display the data) the table disappears. > > Is