Quote:
Originally Posted by Lynne
I would guess it's because nothing has an id of "sidebar_minicard_2475' and so it is just collapsing them all. See the article about making a dropdown menu and how you need to have the id present.
|
uuhm ok.
this is my full code:
HTML Code:
<!-- user info -->
<table cellpadding="0" cellspacing="0" border="0" width="175" align="center" style="margin-top: 5px;">
<tbody>
<tr>
<td nowrap="nowrap"><img src="http://illusion-hacks.net/forum/images/mini_userinfo.png" border="0" class="inlineimg" alt="" /></td>
<td width="100%" style="background: #171717 url(http://illusion-hacks.net/forum/images/sidebar_bg.gif) repeat-x;"> </td>
<td nowrap="nowrap"><a href="illusion-hacks.net/forum/index.php#top" onclick="return toggle_collapse('sidebar_minicard_2475');"><img id="collapseimg_sidebar_minicard_2475" src="http://illusion-hacks.net/forum/images/collapse_tside.gif" alt="" border="0" /></a></td>
</tr>
</tbody>
</table>
<table cellpadding="2" cellspacing="0" border="0" width="175" align="center" id="collapseobj_sidebar_minicard_2475" style="">
<tbody>
<tr>
<td width="100%" class="smallfont" nowrap="nowrap">
<if condition="$post['joindate']"><strong>$vbphrase[join_date]:</strong> $post[joindate]</div></if><br>
<strong>$vbphrase[posts]:</strong> $post[posts]<br>
$user[videocount]<br>
<if condition="$post['field11']"><strong>Country: </strong>
<img src="images/flags/$post[field11].gif" alt="$post[field11]" align="center" border="0" />
</if></br>
</td>
<td nowrap="nowrap">
</td>
</tr>
</table>
<br>
<!-- / user info -->
I tried what you said but without any luck.
Can you see the problem?
Cause what ever i try with ids or other things it keeps only hidding stuff in the first post and keeps the info on all other posts.