Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/10/2013, 21:59
Avatar de jhonnymontoya
jhonnymontoya
 
Fecha de Ingreso: octubre-2013
Mensajes: 11
Antigüedad: 10 años, 6 meses
Puntos: 1
Respuesta: Error de menu con css

es un simple menú horizontal

Código HTML:
Ver original
  1. <!doctype html>
  2. <html lang="es-ES"><html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />  
  5.         <link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
  6.        
  7.     </head>
  8.     <body>
  9. <div class="centroweb">
  10.     <header id="cabeza">
  11.          
  12.     </header>
  13.     <nav>
  14.         <ul id="nav">
  15.             <li class="current"><a href="index.html">Inicio</a></li>
  16.             <li><a href="servicios.html">Servicios</a>
  17.                 <ul>
  18.                
  19.                     <li><a href="servicios/paginasweb.html">Paginas Web&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </a></li>
  20.                     <li><a href="http://www.forosdelweb.com/f53/facturacion.html">Asambleas y facturas </a></li>
  21.  
  22.                 </ul>
  23.             </li>
  24.             <li><a href="quienessomos.html">Quiénes Somos</a></li>
  25.             <li><a href="Contactenos.html">Contáctenos</a>
  26.                 <ul>
  27.                     <li><a href="Contactenos.html">Inquietudes &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp</a></li>
  28.                     <li><a href="trabaja.html">Trabaja con Nosotros</a></li>
  29.                    
  30.                 </ul>
  31.             </li>
  32.             <li><a href="Ubicacion.html">Ubicación</a></li>
  33.         </ul>
  34.     </nav>
  35.     </body>
  36. </html>

Última edición por pzin; 29/10/2013 a las 02:25 Razón: formato código