shokmuzik.com
08-10-2007, 04:14 PM
I found this little modification (https://vborg.vbsupport.ru/showpost.php?p=850388&postcount=1076) but it wont work for Horizontal marquee, Vertical marquee on Firefox. Any Idea to get it working?
<!-- Arcade Highscore -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table_$post[postid]')"><img id="collapseimg_my_table_$post[postid]" src="$stylevar[imgdir_button]/collapse_tcat{$GLOBALS['vbcollapse']['collapseimg_my_table_' . $post[postid]]}.gif" alt="" border="0" /></a>
Arcade Highscore
</td>
</tr>
</thead>
<tbody id="collapseobj_my_table_$post[postid]" style="display: none;">
<tr>
<td class="alt1">
$post[crowns]$post[champtext]
</td>
</tr>
</tbody>
</table>
<!-- / Arcade Highscore -->
<!-- Arcade Highscore -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table_$post[postid]')"><img id="collapseimg_my_table_$post[postid]" src="$stylevar[imgdir_button]/collapse_tcat{$GLOBALS['vbcollapse']['collapseimg_my_table_' . $post[postid]]}.gif" alt="" border="0" /></a>
Arcade Highscore
</td>
</tr>
</thead>
<tbody id="collapseobj_my_table_$post[postid]" style="display: none;">
<tr>
<td class="alt1">
$post[crowns]$post[champtext]
</td>
</tr>
</tbody>
</table>
<!-- / Arcade Highscore -->