Looking at the code it appears that there is some attempt to have the first item collapsed as well. I tried a few things but my jQuery skills are limited. I think I'm missing something.
Is there a simple tweak that I can add to keep all the panes collapsed when the page opens?
Angus
Comments
Comment #1
davidburnsOverwrite the theme function in your template.php... refer http://drupal.org/node/55126
Remove the part of jQuery that ignores the first class, because you're wanting to hide that one as well.
:not(:first)
Haven't tested it, but it should work.
Comment #2
davidburns