Skip to main content
Participant
November 30, 2008
Question

Spry Accordion

  • November 30, 2008
  • 2 replies
  • 446 views
How can I set the open default to false so that no panel is open when the page is loaded?
This topic has been closed for replies.

2 replies

Inspiring
December 5, 2008
Try adding:
overflow: auto;
...back into the .AccordionPanelContent class.

>when I view in a browser the panels are closed but when I click on
>one with content the panel opens a little and the content shows on
>top of the other panels.
Inspiring
December 1, 2008
This should help:

http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#AllPanelsClosed

Make sure you are using Spry 1.6.1, which comes with CS4 by default but
requires an updater for earlier versions:

http://www.macromedia.com/go/labs_spry_download

--
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com


"New2CSS" <webforumsuser@macromedia.com> wrote in message
news:ggu78j$uu$1@forums.macromedia.com...
> How can I set the open default to false so that no panel is open when the
> page is loaded?

New2CSSAuthor
Participant
December 2, 2008
I have a new problem
I have the code, however when I view in a browser the panels are closed but when I click on one with content the panel opens a little and the content shows on top of the other panels.

Thank you.