> E McMahon wrote: 
> > snipped a lot... 
> > I was wondering if anyone has tripped over this... I do  believe it's a
CSS
> > issue, but included jquery details as that is what I'm using to change
> > display properties.  
> > I'm using jquery and the tablesorter plug-in (along with a  tablesorter
> > updated module to accomodate child rows -
> >
http://www.pengoworks.com/workshop/jquery/tablesorter/jquery.tablesorter.mod
> > .js) to sort my db table. The collapsible rows have a  'extend-child'
class
> > which attaches them to the 'parent' row for sorting purposes. When a
certain
> > cell is clicked on the parent, the child row is displayed  (the jquery
goes
> > and sets display to block).

> From: Jens Nedal <[EMAIL PROTECTED]> 
> > The problem is related to the rowspan of the td element.  Since the <tr>

> > below that needs to be expanded is still there, and only the <td> 
> > elements are hidden, this effect appears.
> > Best would be to only add the rowspan via Javascript when the actual 
> > expansion occurs.
> > regards, Jens
> 
> Some additional thoughts. Your jQuery module cannot interpret the 
> rowspan correctly, since it seems to be built for simple rows without 
> rowspan, and so you get the related effect. Either drop the 
> rowspan and 
> just indent the 2nd row with an additional td and colspan, or try 
> adapting the jQuery script to only add the rowspan when the columns 
> below get expanded.
> 
> regards, Jens
 
> From: "Nancy E. Sosna Bohm" <[EMAIL PROTECTED]>
> The first two cells in each table row have a rowspan of 2, but the rest of
> the cells in the row only span one row, so they are shorter than the first
2
> cells of the row.


Hi Jens,

Thanks a million for the replies - it makes perfect sense.  Of course, with
the display of the td's set to none, the columns that had the rowspan's set
would do that (display as 2 rows, and the td's of the hidden rows would be,
well, hidden).  I think w/ the javascript aspect thrown in, it was enough to
throw me off course (sad to say :) )... I wasn't thinking of the td's of the
hidden row as being individually hidden vs. the row being hidden - I
definitely have become wiser once again because of the helpfulness & insight
of 'the list' !  

Thank you Nancy, as well - that's exactly what was happening!

Sincerest regards,
Liz

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to