This content has been marked as final.
Show 3 replies
-
1. Re: panel won't open the first time
janken71 Jan 20, 2010 2:45 PM (in response to k.loy)You need to remove defaultPanel: -1 from your script:
<script type="text/javascript"> var acc1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 }); </script>
This is near the bottom of your document. You may as well delete this entire line, though, because you have a duplicate below that doesn't have the defaultPanel:-1 variable.
-
2. Re: panel won't open the first time
k.loy Jan 20, 2010 7:00 PM (in response to janken71)worked, thanks
-
3. Re: panel won't open the first time
janken71 Jan 21, 2010 7:52 AM (in response to k.loy)You're welcome.

