Click Install
By Cellarius:
Collapsed as default? Yes, but...
There is a way default the box to be collapsed by default. But this it's quick and dirty, and really not recommended to use. Basically, you have to add display:none to the style of the collapsing container, like so:
Code:
Code:
<div class="blockrow" id="cel_dummy" style="display: none;">
Now, there are two major drawbacks:
* any user with javascript disabled will not be able to open the box, and the box will show the wrong icon.
* vB at this point only saves information on closed boxes to a cookie; so if you reload the page, the box will always be closed, because vB will not remember that it has been opened.