[jQuery] Re: Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Rob Desbois
Marc, Thanks, but I get the same result... Any other ideas? Rob On 7/19/07, Marc Jansen <[EMAIL PROTECTED]> wrote: Rob Desbois schrieb: > Hi, > > I have a table where some of the rows have a single cell spanning the > whole table, containing a sub-table with different data. > These rows need

[jQuery] Re: Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Marc Jansen
Rob Desbois schrieb: Hi, I have a table where some of the rows have a single cell spanning the whole table, containing a sub-table with different data. These rows need to be hidden on page load which is easy enough with "display:none", but doing a .show() on them after that breaks the layout