Bennington, Accordion Class has a 'display' method you could use.
After you create an instance with var accord = new Accordion(blah); create a chain, and have it display each one based on index.accord_chain.chain(); with a delay of sorts. Here's the doc for display method: http://mootools.net/docs/Plugins/Accordion#Accordion:display On Jan 16, 2:31 pm, Bennington Purcell <[email protected]> wrote: > I am using the elements script accordian thing i found online. I like it > alot (here is the visible version as i have it currently :http://74.63.9.58/) > But now i want, when you load the page to begin with, > the 3 sections of the accordian to expand one at a time... so it would > load... then 1 would expand, then 2 and then 3. So almost like you were > just mousing over it currently. > > Any easy way to do this?? (i guess it probably isn't super easy, becuase i > haven't figured it out) > > Thanks Guys
