Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/11/2010, 15:09
Avatar de DragonX
DragonX
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 21 años, 10 meses
Puntos: 177
Respuesta: Ayuda con css sencillo

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Mi Website</title>
  6. <link rel="stylesheet" type="text/css" href="style.css" />
  7. #cabecera {overflow:hidden;}
  8.  
  9. #cabecera .logo { float: left;margin:0; }
  10. #cabecera .buscador { float: right; }
  11.  
  12.  
  13. #cabecera{
  14. padding: 1em
  15. }
  16. </head>
  17. <div id="cabecera">
  18. <h1 class="logo">Logotipo</h1>
  19. <form action="#" class="buscador">
  20. <input type="text" name="buscar" value="buscar..." />
  21. </form>
  22. </div>
  23. </body>
  24. </html>

Slds.-
__________________
Desarrollos dosLotos
Calendario Maya, Meditación, Osho