After playin around with this some more ... I'm beginging to wonder if it is even possible to collapse a table row with .hide() and .show() from the fx module. I can't get a row height to be smaller than its conents unless I tell it to be display: block and then that really messes up the table in Firefox and Safari. I'm starting to think the best solution is to just short cut any table related elements to the plain .hide() and .show(). I haven't completely given up but everything I've tried thus far just isn't working ... or even close to working.
-- Brandon Aaron On 10/13/06, Richard Thomas <[EMAIL PROTECTED]> wrote: > hide and show do not work properly on a table row within firefox, it > does however work in IE > > The reason being, firefox requires you use the "table-row" for the > display method instead of "block". > > > -- > Richard Thomas - CEO > Cyberlot Technologies Group Inc. > 507.398.4124 - Voice > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
