Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/06/2010, 04:34
arcolo23
 
Fecha de Ingreso: junio-2010
Mensajes: 3
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: Ordenar los menus de mi web

perdón, donde iría concretamente?

Ya se que el filezilla es un cliente ftp, lo que quería decir era que los menus y las fotos las subo por el filezilla.

te paso el codigo fuente


<!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" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>jQuery Drop Down Menu</title>

<!-- CSS For The Menu -->
<link rel="stylesheet" href="style.css" />
<style type="text/css">
body, html {
background-color:#333;
height:100%;
margin:0;
padding:0;
}

.contenedor{width:960px; margin:0 auto; position: relative;
min-height: 100%;
height: auto !importante;
height: 100%;font-family:"Trebuchet MS",Helvetica,Sans-Serif; background:transparent url(img/fondocontenedor.png) repeat-y;}
div#jQ-menu{
height:auto;
min-height:200px;
padding-top:10px;
position:relative;
width:200px;
}
div.cabecera h3{ color:#FFF; font-size:36px; text-align:center; margin-top:0px;}
.cabecera{ height:200px; width:100%; background-color:#666;}
#contenedor-pie {
width: 100%;
background: #b2b2b2;
position: absolute;
bottom: 0 !importante;
bottom: -1px;
height: 40px;
}
#contenedor-pie h2 { color:#fff; text-align:center; color:#FFFFFF;
font-size:16px;
margin-bottom:0;
text-align:center;}
</style>
</head>
<body>
<div class="contenedor">
<div class="cabecera"><h3>Cabecera</h3></div>
<!-- Menu Start -->
<div id="jQ-menu" >

<ul><li><a class="toggle sub2" href="indexsub.php?sub=Descanso">Descanso</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Decoracion">Decoracion</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Muebles Modernos">Muebles Modernos</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Tapiceria">Tapiceria</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Promociones.Liquidaciones"> Promociones.Liquidaciones</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Muebles Clasicos">Muebles Clasicos</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Alta Decoracion">Alta Decoracion</a></li><li><a class="toggle sub2" href="indexsub.php?sub=Proyectos Especiales">Proyectos Especiales</a></li></ul>
</div>
<!-- End Menu -->
<div id="contenedor-pie"><h2>Pie</h2></div>

</div>

<!-- Add jQuery From the Google AJAX Libraries -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>

<!-- jQuery Color Plugin -->
<script type="text/javascript" src="jquery.color.js"></script>

<!-- Import The jQuery Script -->
<script type="text/javascript" src="jMenu.js"></script>

</body>
</html>

gracias