vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Collapsible/expandable for a custom table (https://vborg.vbsupport.ru/showthread.php?t=168108)

Snake 01-18-2008 05:49 PM

Collapsible/expandable for a custom table
 
1 Attachment(s)
I'm having an affiliates table at the very bottom of my page (see screenshot below) and what I'm trying to do here is to have the expandable/collapsible features on. I tried to do it a couple of times but I failed. Any help please?

Here's the source for the code:

Code:

<!-- affiliates -->
<center><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%">
<tbody>
<tr>
<td class="tcat" colspan="4">Affiliates</td>
</tr>
</tbody>
<tbody>
<tr>

<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.metalgearsolid4.net/" target="_blank" title="Metal Gear Solid 4 Net">Metal Gear Solid 4 Net</a><br />
<a href="http://mgstruefans.aimbum.net/" target="_blank" title="Metal Gear Solid: True Fans">Metal Gear Solid: True Fans</a><br />
<a href="http://www.solidsnakelegacy.net/" target="_blank" title="Solid Snake Legacy">Solid Snake Legacy</a><br />
<a href="http://www.gamingfonts.com/" target="_blank" title="Video Game Fonts">Video Game Fonts</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>
<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links2.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.ps3pleasure.com/" target="_blank" title="PlayStation 3 Pleasure">PlayStation 3 Pleasure</a><br />
<a href="http://www.talkpsp.com/" target="_blank" title="Talk PSP Forums">Talk PSP Forums</a><br />
<a href="http://www.videogamechat.net/" target="_blank" title="Video Game Chat">Video Game Chat</a><br />
<a href="http://www.myXbox360.com/" target="_blank" title="My Xbox 360">My Xbox 360</a><br />
<a href="http://www.ps3power.com/" target="_blank" title="PlayStation 3 Power">PlayStation 3 Power</a><br />
<a href="http://www.ps3vault.com/" target="_blank" title="PlayStation 3 Vault">PlayStation 3 Vault</a><br />
<a href="http://www.NarutoFly.com/" target="_blank" title="Naruto Fan Site">Naruto Fan Site</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>

        </tr>
</tbody>
</table>
</center>
<!-- / affiliates -->


Opserty 01-18-2008 06:29 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=148028&highlight=Collapsible" target="_blank">Create your own vBulletin tables</a>

bobster65 01-18-2008 06:43 PM

try this....

Code:

<!-- affiliates -->
<center><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="95%">
<tbody>
<tr>
<td class="tcat" colspan="4"><a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_999')"><img id="collapseimg_forumbit_999" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>Affiliates</td>
</tr>
</tbody>
<tbody id="collapseobj_forumbit_999" style="">
<tr>

<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.metalgearsolid4.net/" target="_blank" title="Metal Gear Solid 4 Net">Metal Gear Solid 4 Net</a><br />
<a href="http://mgstruefans.aimbum.net/" target="_blank" title="Metal Gear Solid: True Fans">Metal Gear Solid: True Fans</a><br />
<a href="http://www.solidsnakelegacy.net/" target="_blank" title="Solid Snake Legacy">Solid Snake Legacy</a><br />
<a href="http://www.gamingfonts.com/" target="_blank" title="Video Game Fonts">Video Game Fonts</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>
<td class="alt2" width="5%"><img src="http://www.metalgearforums.com/images/forum_links2.gif" alt="Affiliates" border="0" /></td>
<td class="alt1"><div class="smallfont">

<a href="http://www.ps3pleasure.com/" target="_blank" title="PlayStation 3 Pleasure">PlayStation 3 Pleasure</a><br />
<a href="http://www.talkpsp.com/" target="_blank" title="Talk PSP Forums">Talk PSP Forums</a><br />
<a href="http://www.videogamechat.net/" target="_blank" title="Video Game Chat">Video Game Chat</a><br />
<a href="http://www.myXbox360.com/" target="_blank" title="My Xbox 360">My Xbox 360</a><br />
<a href="http://www.ps3power.com/" target="_blank" title="PlayStation 3 Power">PlayStation 3 Power</a><br />
<a href="http://www.ps3vault.com/" target="_blank" title="PlayStation 3 Vault">PlayStation 3 Vault</a><br />
<a href="http://www.NarutoFly.com/" target="_blank" title="Naruto Fan Site">Naruto Fan Site</a><br />
Your Link Here<br />
Your Link Here<br />
Your Link Here

</div></td>

        </tr>
</tbody>
</table>
</center>
<!-- / affiliates -->


Snake 01-18-2008 07:16 PM

That worked. Thanks a lot, bobster. :D


All times are GMT. The time now is 10:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01083 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete