Quote:
Originally Posted by VikesRule
Quote:
Originally Posted by Tim Skellett
What changes do I need to make to the above script to make it automatically collapsed, so that it is only uncollapsed if people click the relevant button?
Many thanks in advance for all help.
|
Same question!
|
Change:
PHP Code:
<tbody id="collapseobj_gtposticons" style="$vbcollapse[collapseobj_gtposticons]">
To:
PHP Code:
<tbody id="collapseobj_gtposticons" style="display:none">