-
Accordion Problems
Very much a noob here but Im trying to create an accordion in Dreamweaver. Two days ago it was workin perfect but now it just displays the content as text on the screen:
<div id="Accordion1" class="Accordion" tabindex="0">
<div class="AccordionPanel">
<div class="AccordionPanelTab">Label 1</div>
<div class="AccordionPanelContent">Content 1</div>
</div>
<div class="AccordionPanel">
<div class="AccordionPanelTab">Label 2</div>
<div class="AccordionPanelContent">Content 2</div>
</div>
</div>
is displayed as
Label 1
Content 1
Label 2
Content 2
Can anyone help?
-
-
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
Also, please post a link to the page on your site that contains the problematic script so we can check it out.
DD Admin
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks