hola gracias nuevamente por tu ayuda me ha servido mucho he investigado pero ahora nose que estoy haciendo mal; ocupo este codigo
Código [Seleccionar]
{literal}<script type="text/javascript">
$(function(){
$('#menu li a').click(function(event){
var elem = $(this).next();
if(elem.is('ul')){
event.preventDefault();
$('#menu ul:visible').not(elem).slideUp();
elem.slideToggle();
}
});
});
</script> {/literal}
<!--</script_menu_desplegar>-->
<!--<ser_tablas_bnr>-->
{if $msTemporada !=""}
{if $msDown != ""}
{foreach from=$msTemporada item=t}<ul id="menu">
<div class="content f_right bgdeg6 bold fs17px p_relative"><table width="100%" border="1">
<tr>
<td width="35%"><center><li><a href="#">{$t.t_temporada|escape}</a></center></td>
</tr>
</table>
</div>
<ul><li>
<div class="content f_right bgdeg7 bold fs17px p_relative mgbot10px white"><table width="100%" border="1">
<tr>
<td width="55%"><center>Capitulos</center></td>
<td width="20%"><center>Servidor</center></td>
<td width="15%"><center>Idioma</center></td>
<td width="10%"><center>Ver</center></td>
</tr>
</table></div>
{foreach from=$msDown item=c}
{if $t.t_id == $c.t_id}<div class="content f_right brdr10px fs15px p_relative"><table width="100%" border="1">
<tr>
<td width="55%"><center>{$c.c_capitulo|escape}</center></td>
<td width="20%"><center>{$c.c_servidor|escape}</center></td>
<td width="15%"><center>{$c.c_idioma|escape}</center></td>
<td width="10%"><a href="{$c.c_link|escape}" target="_new" ><center><img src="{$msConfig.datos.w_url}/Temas/default/img/ver.png"style="width:16px;height:16px"></a></center></td>
</tr>
</table>
{/if}
</div>{/foreach}</li></ul>
</li></ul>{/foreach}
{/if}{/if}