Page 1 of 1

StartExpandCollapse multiple usage

Posted: Wed Nov 17, 2010 11:18 am
by hinti
Hi Guys,

i have the Problem, that i'm using StartExpandCollapse more than 30times on one page, after StartExpandCollapse id"28" it's not possible to add more "Expanders".

Code: Select all

{startExpandCollapse id='expand27' title='wwwww'}<br /> 
<table cellspacing="0" cellpadding="0">
<tbody>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Flims GR</td>
<td class="Stil9">Mountain Fantasy</td>
<td class="Stil9"><a class="Stil19" href="http://www.bergsportflims.ch/" target="_blank">www.bergsportflims.ch</a></td>
</tr>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Flims GR</td>
<td class="Stil9">Sport Beat</td>
<td class="Stil9"><a class="Stil19" href="http://www.sportbeat.ch/" target="_blank">www.sportbeat.ch</a></td>
</tr>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Sargans SG</td>
<td class="Stil9">Gonzen Sport & Pro Vita Center</td>
<td class="Stil9"><a class="Stil19" href="http://www.gonzensport.ch/" target="_blank">www.gonzensport.ch</a></td>
</tr>
</tbody>
</table>
<br />{stopExpandCollapse}  <br />{startExpandCollapse id='expand28' title='eeeeee'}<br /> 
<table cellspacing="0" cellpadding="0">
<tbody>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Flims GR</td>
<td class="Stil9">Mountain Fantasy</td>
<td class="Stil9"><a class="Stil19" href="http://www.bergsportflims.ch/" target="_blank">www.bergsportflims.ch</a></td>
</tr>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Flims GR</td>
<td class="Stil9">Sport Beat</td>
<td class="Stil9"><a class="Stil19" href="http://www.sportbeat.ch/" target="_blank">www.sportbeat.ch</a></td>
</tr>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Sargans SG</td>
<td class="Stil9">Gonzen Sport & Pro Vita Center</td>
<td class="Stil9"><a class="Stil19" href="http://www.gonzensport.ch/" target="_blank">www.gonzensport.ch</a></td>
</tr>
</tbody>
</table>
{stopExpandCollapse}<br /> {startExpandCollapse id='expand29' title='wetretrt'}<br /> 
<table cellspacing="0" cellpadding="0">
<tbody>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Flims GR</td>
<td class="Stil9">Mountain Fantasy</td>
<td class="Stil9"><a class="Stil19" href="http://www.bergsportflims.ch/" target="_blank">www.bergsportflims.ch</a></td>
</tr>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Flims GR</td>
<td class="Stil9">Sport Beat</td>
<td class="Stil9"><a class="Stil19" href="http://www.sportbeat.ch/" target="_blank">www.sportbeat.ch</a></td>
</tr>
<tr height="16">
<td class="Stil9" height="16">Sport</td>
<td class="Stil9">Sargans SG</td>
<td class="Stil9">Gonzen Sport & Pro Vita Center</td>
<td class="Stil9"><a class="Stil19" href="http://www.gonzensport.ch/" target="_blank">www.gonzensport.ch</a></td>
</tr>
</tbody>
</table>
{stopExpandCollapse}
Webpage:

http://www.rheinfluss.com/index.php?page=netzwerk

and

when i click on the last Expander, the Websitelayout jumps....

Have you some ideas?

Thanks in Advance

Hinti99