> Hi,
> 
> 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

______________________________________________________________________
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