09/03/2009, 17:01
|
| | | Fecha de Ingreso: octubre-2005 Ubicación: Santo Domingo, Dominican Republic, Dominican Republic
Mensajes: 574
Antigüedad: 19 años, 2 meses Puntos: 12 | |
Respuesta: height 100% CSS Intentalo así a ver
html body{
height:100%;
padding:0px;
margin:0px;
background-color: #FFFFFF;
text-align:center;
}
#container {
padding: 0; min-height: 100%;
width:1152px;
background-image: url(imagenes/menu/pie3.jpg);
background-position:bottom left;
background-repeat: no-repeat ;
margin: 0 auto 0 auto;
text-align:left
} |