Code: Select all
<div class="forumlist">
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>TITLE</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li class="row">
<div style="text-align: center;">
CONTENT HERE
</div>
</li>
</ul>
</div>
<span class="corners-bottom"><span></span></span></div></div>
</div>
</div>
basically it creates the container that forums are also in (as a category). a lot of other MODs also have the containers.
I just want a simple collapse/expand button that has no jQuery scrolling (so it doesn't conflict with other jQuery scripts), but still uses cookies (remembers the status). I don't care if it's an image or just + and -.
I don't want it for the categories, I want it for the box that's created by the code I posted. therefore I can use it for the boxes that are created for other MODs
can anyone create a simple collapse/expand button like what I want please?