Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/07/2010, 16:38
Avatar de jomaruro
jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 9 meses
Puntos: 361
Respuesta: Ploblemas con las capas flotantes y el footer

Hola:

El problema lo tienes aquí:

Código CSS:
Ver original
  1. #contenedorpie{
  2. width: 100%;
  3. height: 210px;
  4. float: right;
  5. position: absolute;
  6. bottom: 0 !important;
  7. bottom: -1px;
  8. margin-top: 10px;
  9. background-image: url(images/esquinainferior.png);
  10. background-repeat: no-repeat;
  11. background-position: 50px left;
  12. }

Suprime el position:absolute y el pie se pondrá en su sitio.

Saludos.