Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/08/2011, 03:20
sirdaiz
 
Fecha de Ingreso: diciembre-2010
Mensajes: 459
Antigüedad: 13 años, 4 meses
Puntos: 21
Respuesta: fixed o relative

Ya esat solucionado, queda asi el .css

Código CSS:
Ver original
  1. #contenedor{
  2.     width: 100%;
  3.     height: auto;
  4.     overflow: hidden;
  5.     }
  6.    
  7. #cabecera{
  8.     width: 100%;
  9.     height: 100px;
  10.     }
  11.  
  12. #cuerpo{
  13.     width: 100%;
  14.     height: auto;
  15.     overflow: hidden;
  16.     }
  17.    
  18. #lateral{
  19.     width: 30%;
  20.     height: 450px;
  21.     float: left;
  22.     overflow: hidden;
  23.     }
  24.  
  25. #principal{
  26.     width: 70%;
  27.     height: auto;
  28.     float: left;
  29.     }
  30.  
  31. #pie{
  32.     width: 100%;
  33.     height: auto;
  34.     }

Muchas gracias tio, ahi va un karma y ya habalre con tu jefe pa q te suba el sueldo xD

Saludos