Ver Mensaje Individual
  #7 (permalink)  
Antiguo 31/10/2011, 11:21
web33
 
Fecha de Ingreso: septiembre-2010
Mensajes: 75
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: capa absoluta al pie de página, no me sale!

GRacias, pero sigue igual sin funcionar, aquí pongo todo el codigo CSS aver si me podrias ayudar por favor. a lo mejor hay que añadir algo en el body.

html, body { height:100%;
margin:0;
padding: 0;
height:auto!important;
min-height:100%;
min-width:100%;
text-align: center;
}
#toplogo { position: absolute;
z-index:2;
width:100%;
height: 120px;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
margin-top: -8px;
background-color: #2e2e2e;
border-bottom: 3px solid #B9005C;
}
#marquee { position: absolute;
width:100%;
height: 36px;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
margin-top: 115px;
background-color: #CED8F6;

}
#content { position: absolute;
width:100%;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
margin-top: 150px;
}
#copyright { position: absolute;
width:100%;
height: auto;
z-index:1;
margin-bottom:0px;
margin: 0;
padding: 0;
bottom:0;
left: 0;
background-color: gray;
border-bottom: 10px solid #000;
/*
background-color: #CED8F6;
border-bottom: 10px solid #B9005C; */

}