the only thing you can do is collapse on load. That is what i did at least.
<script type="text/javascript">toggle_collapse('yourcollapseidhere')</script>
Quote:
Originally Posted by acidburn0520
Is it possible to display text in place of the image for the collapse button?
|
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><div id="collapseimg_forumhome_activeusers" alt="" border="0" />Text goes here</div></a>
this should work, i tried it before using text and im pretty sure i did this.