have I accidently deleted some vital code? On the page it all seems to be there. At my wit's end! please help!!! Attached the page.
Typical collapsible panel construction is as
<div id="CollapsiblePanel1" class="CollapsiblePanel">
<div class="CollapsiblePanelTab" tabindex="0">Tab</div>
<div class="CollapsiblePanelContent">Content</div>
</div>
I notice that in several places, at least, you haveCollapsiblePanelContent class assigned to <p> tags. As you have seen, that does not appear to work. You need to be working with <div> tags, as the original markup provided. <div>s are block level elements, and I know of no working variant that uses paragraph tags and spans.
Look also to your file paths; at least one was pointing to your hard drive (yikes!).
It's a little hard to troubleshoot more effectively without actually have a link to your page on a server, as the javascript and css files are not available.
Beth
Spry widgets usually follow the structure that you use, not the markup. As you can see on the samples: http://labs.adobe.com/technologies/spry/samples/collapsiblepanel/colla psible_panel_sample.htm the last sample uses a alternate markup.
Anyways, If you could post a online url, it would be more helpful
North America
Europe, Middle East and Africa
Asia Pacific