I have an accordion object attached to a layout cell.
I have the “effect” set so that the panes animate opened and closed.
My users do not click on the pane toolbars to open and close them. I have a graphical toolbar that the user interacts with to force the panes open and closed. As the number of panes in my accordion increases, the amount of vertical space being consumed by all the collapsed toolbars can grow and become cumbersome. My preference would be that the panes fully collapse down on themselves leaving only one open and occupying all of its visual space rather than having to see 10+ empty rows taking up a big chunk of vertical real-estate.
Again I realize it may make more sense to simply use a single cell of my layout, and make my footer graphics call loadURL(…) to bring in their respective page (or show/hide their respective DIV if I want them all to remain loaded. The “effect” of the accordian sliding open and closed is quite nice though and they already work with the other components so if I can utilize it I’d like to!