Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje16-02-2009, 18:07 (UTC)    
Título del mensaje: Problema con menú desplegable

Buenas tardes. Tengo un problema con el menú desplegable: El menú funciona normal como veran todos los links. Pero cuando intento agregar otro menú por ejemplo menu3 o menu4 o menu5 los links del menu salen en texto y no aparecen en el menu y eso que use el codigo del menú css que puso un usuario de PWG pero igal los links sigue saliendo en texto y no en el menu. ¿Que puedo hacer?

Gracias
Mensaje16-02-2009, 18:34 (UTC)    
Título del mensaje:

hola, posiblemente Tu este copiando mal, si no funciona comenta tu codigo y dime la cantidad exacta de Menu y Links quieres que aparesca, asi tal vez sea mas rapido
______________
http://www.noticiaspwg.net/ | http://www.noticiaspwg.cl.tc | http://www.noticiaspwg.tk
This Web is available in english, too
http://newspwg.tk/
Mensaje16-02-2009, 18:51 (UTC)    
Título del mensaje:

Ok. El codigo que uso es
Código:
<div id="cabecera"><img src="http://img87.imageshack.us/img87/2562/imagentelmegq2.png"></div>
<div id="navegador">
<center><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Probando Menu Horizontal Desplegable</title>

<style type="text/css">
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    }
#marco {
    width:455px;
    margin:10px 0;
    padding:0px;
    text-align:left;
    }

/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 {background: url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
.menu2 {padding:0; margin:0; margin-bottom:0; list-style:none; height:25px; background:#fff url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/fd_menu.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:25px; margin-left:6px; line-height:25px; color:#333; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 6px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 10px 0 6px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 10px 0 6px; height:25px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
.menu2 li a.top_link:hover {color:#fff;  background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
.menu2 li a.top_link:hover span { background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif)}
.menu2 li a.top_link:hover span.down { background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif)}

.menu2 li:hover > a.top_link {color:#fff; background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
.menu2 li:hover > a.top_link span {background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
.menu2 li:hover > a.top_link span.down {background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul,
.menu2 :hover ul ul,
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:6px; top:25px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal;}
.menu2 :hover ul.sub li {display:block; /*height:20px; */position:relative; float:left; width:160px; border-bottom:1px solid #005FB9; border-left:1px solid #005FB9; border-right:1px solid #005FB9; margin-bottom:0;}
.menu2 :hover ul.sub li a {display:block; height:auto; font-size:11px; padding:4px 3px; line-height:1; color:#005FB9; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
.menu2 :hover ul.sub li a:hover {background:#000000; color:#ffffff;}
.menu2 :hover ul.sub li a.fly:hover {background:#000000 url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
.menu2 :hover ul li:hover > a.fly {background:#E5FAFC}

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-1px; background: #fff; padding:0; /* white-space:nowrap; */width:auto; z-index:300; height:auto;}
.menu2 :hover ul.sub li ul {border-top:1px solid #005FB9; background: #fff; z-index:300;}
</style>
</head>
<body>
<div id="marco">
<span class="preload2"></span>
<!--MENU-->
<ul class="menu2"><img src="http://www.luisangelcamargo.com/wp-content/uploads/2007/12/menu_izq.gif" align="left" /><img src="http://www.luisangelcamargo.com/wp-content/uploads/2007/12/menu_der.gif" align="right"/>

<li class="top"><a href="#" id="Menu1" class="top_link"><span class="down">Principal</span>

<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="Home.htm">Home</a></li>
<li><a href="Cont%E1ctanos.htm">Contacto</a></li>
<li><a href="Reg%EDstrate-en-Telme-.htm">Regístrate en Telme</a></li>
<li><a href="Asistencia.htm">Asistencia Online</a></li>
<li><a href="Blog.htm">Blog Telme</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<li class="top"><a href="#" id="Menu2" class="top_link"><span class="down">Telme</span>

<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->

<ul class="sub">
<li><a href="Historia-de-Telme.htm">Historia</a></li>
<li><a href="Productos.htm">Productos</a></li>
<li><a href="Telme.htm">Porque Telme</a></li>
<li><a href="%FAltimo.htm">¡Lo último!</a></li>
<li><a href="Ayuda.htm">Más Ayuda</a></li>
</ul> </ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>




</ul>
<!-- FIN MENU--></center>
</div>
</body>
</html>
</div>



NOTA: EL codigo de cabecera es para la imagen del cabezal


Quiero 3 menus más se puede poner 3 links de prueba y yo ya luego los cambio necesito mucho más contenido y por eso necesito otros 3 menus
Mensaje16-02-2009, 19:13 (UTC)    
Título del mensaje:

Yo te recomiendo que te hagas un menu en flash y te ahorras muchas lineas de codigos y codigos entra en esta pagina y te puedes hacer un menu a tu gusto y solo te dara unas 3 lineas de codigo que tal.


www.flashvortex.com
Mensaje16-02-2009, 19:21 (UTC)    
Título del mensaje:

aqui otro:

http://www.cssmenumaker.com/
______________


Usa el buscador

Edita tu post
No hagas doble post
Mensaje16-02-2009, 20:24 (UTC)    
Título del mensaje:

Julian. Gracias por el link, ya lo conocia pero no lo tuve en cuenta ahorita

Gracias
Mensaje16-02-2009, 21:47 (UTC)    
Título del mensaje:

mira para poder tener mas partes Menu pues copia desde el Li con el class "top" osea:

Cita:
<li class="top"><a href="#" id="Menu1" class="top_link"><span class="down">MENU3</span>


y luego le agregas el

Cita:
<!--[if gte IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class="sub">
<li><a href="Home.htm">link</a></li>
<li><a href="Home.htm">link</a></li>
<li><a href="Home.htm">link</a></li>
<li><a href="Home.htm"></a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>


para colocar mas sub-links. Y asi sucesivamente.
______________
http://www.noticiaspwg.net/ | http://www.noticiaspwg.cl.tc | http://www.noticiaspwg.tk
This Web is available in english, too
http://newspwg.tk/
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group