Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje03-04-2009, 19:29 (UTC)    
Título del mensaje: MENU HORIZONTAL SOLUXIONADO

COMO PONER ESTE MENU EN VERTICAL

Código:
<table width="185" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr class="checked_menu">
            <td id="nav_Home" class="nav"><a class="menu" href="Url donde te llebara el link">Nombre del link</a></td>
        </tr>
    </tbody>
</table>
<table width="185" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr class="checked_menu">
            <td id="nav_Home" class="nav"><a class="menu" href="Url donde te llebara el link">Nombre del link</a></td>
        </tr>
    </tbody>
</table>


Ultima edición por djkabra el Vie Abr 03, 2009 7:59 pm; editado 3 veces
Mensaje03-04-2009, 19:38 (UTC)    
Título del mensaje:

A que te refieres? Eso es una simple tabla de dos links,colocalo en una página,con el botón fuente html apretado.
Mensaje03-04-2009, 19:51 (UTC)    
Título del mensaje:

LO QUE QUIERO HACER ES UN MENU VERTICAL CON MIS BOTONES

CUANDO PONGO ESE CODIGO ME SALE EL MENU EN HORIZONTAL CON MIS BOTONES


Ultima edición por djkabra el Vie Abr 03, 2009 3:52 pm; editado 1 vez
Mensaje03-04-2009, 20:06 (UTC)    
Título del mensaje:

yolo veo vertical

A menos que pongas esto:


www.kuriel3.es.tl escribió:

<!-- www.kuriel3.es.tl -->
<style type=text/css>
#kuriel3 li{
background-image: url(http://child.tasarim.googlepages.com/navsiyah.png);
list-style:none;
color:white;
width:180px;
height:28px;
padding-top:5px;
text-align:center;
}
#kuriel3 a{color:white}
</style>
<div id="kuriel3">
<ul>
<li><a href="URL DESTINO">NOMBRE LINK UNO</a></li>
<li><a href="URL DESTINO">NOMBRE LINK DOS</a></li>

</ul>
</div>


Ultima edición por kuriel3 el Vie Abr 03, 2009 4:20 pm; editado 5 veces
Mensaje03-04-2009, 22:17 (UTC)    
Título del mensaje:

PERDON ME EQUIVOQUE LO QUE QUIERO HACER ES LO DEL CODE QUE PUSO KURIEL PERO EN HORIZONTAL
Mensaje03-04-2009, 23:15 (UTC)    
Título del mensaje:

oK. Listo! Voten por mi


www.kuriel3.es.tl escribió:

<!-- www.kuriel3.es.tl -->
<style type=text/css>
#kuriel3 li{
background-image: url(http://child.tasarim.googlepages.com/navsiyah.png);
list-style:none;
color:white;
width:180px;
height:28px;
float:left;
padding-top:5px;
text-align:center;
}
#kuriel3 a{color:white}
</style>
<div id="kuriel3">
<ul>
<li><a href="URL DESTINO">NOMBRE LINK UNO</a></li>
<li><a href="URL DESTINO">NOMBRE LINK DOS</a></li>

</ul>
</div>
Mensaje03-04-2009, 23:58 (UTC)    
Título del mensaje:

GRACIAS KURIEL SOLUCIONADO
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group