Quote:
Originally Posted by acidburn0520
As Kerry-Anne posted above:
Code:
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]; display:none">
It's not a good idea to use this though, as users with Javascript disabled won't be able to expand the container.
|
That's exactly what I did, but like I said above, it shows the wrong button for collapsing. Is there any other way to do this?
Now I know nothing about javascript, but since this seems to be a JS function, is it possible to do something like toggle_collapse in <body onload>? So it collapses the box when the page loads, and then you'd have to click the button to collapse?