Paul, See here: http://mootools.net/shell/ZEvRp/
fieldset in FF 3.6+ is buggy, see my comments in example above. Also, without the entire picture your code really make little logical sense to me, I included a hacked version for you here: http://mootools.net/shell/DUYSt/ Gafa On Aug 18, 2:12 pm, Paul <[email protected]> wrote: > I wrote a script make a form collapsible by inserting headers before > each fieldset with the content from its legend, hiding the legend > element and then applying Fx.Accordion to the form using the headers > as toggler and fieldset as collapsible element. The script can be > found here:http://mootools.net/shell/ng7Fr/1/. > > It works fine in Google Chrome and IE but in Firefox when I try to > open another fieldset the current visible fieldset closes (it > collapses but its contents stay visible until its fully closed) but > the other fieldset won't open. > > I noticed with Firebug that the fieldset that should open doesn't > change its height at all. > > Can someone tell me what's going on? > > Regards, > Paul.
