On Fri, Nov 14, 2008 at 1:20 AM, Shawn Grover <[EMAIL PROTECTED]>wrote:
> > Another option is to wrap each of your TDs within the row with a DIV. Then > you can do something like $("#myRow div.animateMe").slideUp(); Then the row > has no vertical height because it's content is now invisible. Do you mean wrap the *contents* of each TD with a div? Because putting the TD inside a div would be invalid. - Richard