Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje14-10-2008, 03:12 (UTC)    
Título del mensaje: [Css] Menu horizontal para diseño Css desing<<

Con estos codigos pueden tener un menu horizontal en el diseño Css Desing

Solo modifiquen lo que se encuentra en rojo

pegen esto en texto por encima de la pagina

-Este sirve para un menu solo con texto

Cita:

<style type="text/css" media="screen">
<!--
body
{
font-family: Arial;
font-size: 00px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 5px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 195px;
left: 52%;
margin-left:-273px;
width: 647px;

}

.menu li
{
width: 70px;
float: left;
}

.menu a
{
border: 0px solid #xxxxxx;
background-color: #xxxxxx;
background-image: url();
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height:21px;
color: #000000;
}

.menu a:hover
{
background-color: #transparent;
background-image: url();}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 15px;
display: none;
width: 70px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #FFFFFF;
}
//-->

</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
elsehttp://www.lablaa.org/blaavirtual/biografias/images/lozajorg.jpg if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">

<li><a href="LINK">Nombre del LINK</a> </li>
<li><a href="LINK">Nombre del LINK</a> </li>
<li><a href="LINK">Nombre del LINK</a> </li>
<li><a href="LINK">Nombre del LINK</a> </li>


</div>



<div id="Designmystic">

<div id="text"><h1></h1>
</div>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>


-Este sirve como botones nesesita tener una plantilla modificada

Cita:

<style type="text/css" media="screen">
<!--
body
{
font-family: Arial;
font-size: 00px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 5px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 195px;
left: 52%;
margin-left:-273px;
width: 647px;

}

.menu li
{
width: 70px;
float: left;
}

.menu a
{
border: 0px solid #xxxxxx;
background-color: #xxxxxx;
background-image: url();
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px;
display: block;
height:21px;
color: #000000;
}

.menu a:hover
{
background-color: #transparent;
background-image: url();}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 15px;
display: none;
width: 70px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #FFFFFF;
}
//-->

</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
elsehttp://www.lablaa.org/blaavirtual/biografias/images/lozajorg.jpg if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>
<div class="menu">

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


</div>



<div id="Designmystic">

<div id="text"><h1></h1>
</div>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

______________
Codigos gratis
Plantillas Gratis

Entra ami web y consigue lo mejor en ayuda
.::Tutores web::.
Mensaje14-10-2008, 12:50 (UTC)    
Título del mensaje:

podrias poner una vista previa??
______________

Plantillas | CSS | HTML | Normas del foro | Contacto | Tutoriales
Mail de ayuda: contacto@radioflash.com

Mensaje14-10-2008, 14:06 (UTC)    
Título del mensaje:

mm estan mejores los menu que tiene radio flash24 en su pagina

Son más "bonitos"

este lo probe y queda como medio tosco

igual se agrdece el aporte!

saludos!
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group