jrElastic accordion
Design and Skin Customization
I just want an accordion on pages outside the ACP. For instance, on my home page, I want an About Us paragraph that is hidden until clicked. I'm trying this:
<dl class="accordion">
<a href=""><dt class="page_section_header admin_section_header"> <div class="title"><h2>WHAT IS THIS?</h2></div></dt></a>
<dd id="cabout">
<div class="item-row">
<p>paragraph </p>
</dd>
</dl>
This works OK, but evidently I'm missing something because, after I've collapsed it, I click again to slide it back up but it slides up and back open again (it doesn't stay closed).