Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje25-04-2011, 10:37 (UTC)    
Título del mensaje: Segunda lista desplegable en menu horizontal

Hola,

Tengo un problema con mi menu horizontal

El caso es que me gustaria crear dentro de ya una lista desplegabla otra lista deplegable...

No se si me entienden
Lo e intentado dejando el codigo asi:
Código:

<div class="menu1">
<ul>
<li><a href="http://clandeaprendices.es.tl/inicio.htm" target="_self" >Inicio</a>
</li>
<li><a href="" target="_self" >Clan</a>
<ul>
<li><a href="http://clandeaprendices.es.tl/ayudas.htm" target="_self">Ayudas</a></li>
<li><a href="" target="_self" >Fotos</a>
<ul>
<li><a href="http://clandeaprendices.es.tl/fotos-generales.htm" target="_self">Fotos generales</a></li>
<li><a href="http://clandeaprendices.es.tl/fotos-individuales.htm" target="_self">Fotos individuales</a></li>
</ul>
</li>
<li><a href="http://clandeaprendices.es.tl/informacion-lista-de-mimebros-activos-y-TS.htm" target="_self">Lista (provisional)</a></li> 
</ul>
</li>
<li><a href="http://clandeaprendices.es.tl/Team-Speak-3.htm" target="_self" >Team Speak 3</a></li>
<li><a href="http://clandeaprendices.es.tl/noticias.htm" target="_self" >Noticias</a>
</li>
<li><a href="" target="_self" >Otros</a>
<ul>
<li><a href="http://clandeaprendices.es.tl/informacion.htm" target="_self">Información Dark Orbit</a></li> 
<li><a href="http://clandeaprendices.es.tl/encuestas.htm" target="_self">Encuestas</a></li>
<li><a href="http://clandeaprendices.es.tl/entretenimiento.htm" target="_self">Entretenimiento</a></li>
</ul>
</li>
<li><a href="http://clandeaprendices.es.tl/soporte.htm" target="_self" >Soporte</a>
</li>
</ul>
</div>


Se ve que dento de clan, se abre una desplgegable y dentro de fotos quiero intentar hacer lo mismo pero no sale :S
Debe de ser de otra forma

A ver si me pueden ayudar
Un saludo! y muchisimas gracias
Mensaje25-04-2011, 14:25 (UTC)    
Título del mensaje:

Hola pues creo que el error era que del menu desplegable llamabas a otro en segunda posicion y creo que no se puede porque estabas en tercera posicion y no puede llamar a uno anterior si no a uno adelante aqui te dejo el codigo


Cita:
<div class="menu1">
<ul>
<li><a href="http://clandeaprendices.es.tl/inicio.htm" target="_self" >Inicio</a>
</li>
<li><a href="" target="_self" >Clan</a>
<ul>
<li><a href="http://clandeaprendices.es.tl/ayudas.htm" target="_self">Ayudas</a></li>
<li><a href="" target="_self" >Fotos</a>
<ul>
<li><a href="http://clandeaprendices.es.tl/fotos-generales.htm" target="_self">Fotos generales</a></li>
<li><a href="http://clandeaprendices.es.tl/fotos-individuales.htm" target="_self">Fotos individuales</a></li>
</ul>

</ul>
</li>
<li><a href="http://clandeaprendices.es.tl/Team-Speak-3.htm" target="_self" >Team Speak 3</a></li>
<li><a href="http://clandeaprendices.es.tl/noticias.htm" target="_self" >Noticias</a>
</li>
<li><a href="" target="_self" >Otros</a>
<ul>
<li><a href="http://clandeaprendices.es.tl/informacion.htm" target="_self">Información Dark Orbit</a></li>
<li><a href="http://clandeaprendices.es.tl/encuestas.htm" target="_self">Encuestas</a></li>
<li><a href="http://clandeaprendices.es.tl/entretenimiento.htm" target="_self">Entretenimiento</a></li>
</ul>
</li>
<li><a href="http://clandeaprendices.es.tl/soporte.htm" target="_self" >Soporte</a>
</li>
</ul>
</div>



Espero que te sirva

Quite el de Lista provicional que era el que a mi parecer estorbaba

Checalo y ahorita agregamos el otro o probamos mas huhuhu

by Ferchii
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group