Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/11/2010, 13:52
Avatar de jomaruro
jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 10 meses
Puntos: 361
Respuesta: No me muestra el div de abajo :( Ayuda

Hola:

¿No es mucho un top de 985px?

Código CSS:
Ver original
  1. #footerm {
  2.     top:985px;
  3.     width:100%;
  4.     height:36px;
  5.     left: 0px;
  6.     border-style:solid;
  7.     border-width:1px;
  8.     border-color:#bab9b9;
  9.     background-image:url(images/serchbar1.jpg);
  10.     background-repeat: repeat-x;
  11.     position:relative;
  12.  }

¿No es mucho un top de 1022px?

Código CSS:
Ver original
  1. #pie {
  2.     float:inherit;
  3.     position:fixed;
  4.     top:1022px;
  5.     left: 0px;
  6.     width:100%;
  7.     height:115px;
  8.     border-style:solid;
  9.     border-width:1px;
  10.     border-color:#bab9b9;
  11. }

¿Con qué resolución trabajas?

Saludos.