MyBB Community Forums

Full Version: Collapse&Expand button doesn't remember state
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<div class="panel">
<div class="thead" colspan="5">
<div class="expcolimage">
<img src="https://localhost/collapse.png" id="cat_9999_img" class="tt expander" alt="[-]" style="cursor: pointer;" title="[-]">
</div> 
<div>
<strong><a style="text-transform:uppercase;" href="#">Box</a></strong><div class="desc"></div>
</div>
</div>
	<div id="cat_9999" class="panel-collapse collapse in">
<div style="" id="cat_9999_e">
Box Content
</div>


Hello,

I'm trying to add a custom box in header, it collapses and expands however it doesn't remember it's state. Can you please help me?

Thank you.