Re: [jQuery] Hiding and showing table rows

2006-11-07 Thread Mark Gibson
Brian Morykon wrote: I was hoping to hide and show table rows with a slide effect. But it seems that Firefox needs a display: table-row instead of a display: block to make a row appear properly. While IE throws an error at table-row and does fine with block. While I didn't get the

Re: [jQuery] Hiding and showing table rows

2006-11-06 Thread Brandon Aaron
I'm not sure where the browserName var is being set but you could use $.browser.msie instead. -- Brandon Aaron On 11/6/06, Brian Morykon [EMAIL PROTECTED] wrote: I was hoping to hide and show table rows with a slide effect. But it seems that Firefox needs a display: table-row instead of a