Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/06/2012, 12:26
Avatar de Ruben_JD
Ruben_JD
 
Fecha de Ingreso: diciembre-2003
Ubicación: Quito-Ecuador
Mensajes: 218
Antigüedad: 20 años, 4 meses
Puntos: 7
Respuesta: Enigma: Background arriba y otro abajo con div

Hola jmoya, si te entendi bien quieres utilizar dos fondos en tu web, porque no intentas con darle un fondo al html y otro al body

CSS:
html{
margin:0 auto;
min-width:1000px;
min-height:700px;
background: #FFFFFF url("../img/bg_top.png") repeat-x center top fixed;
}
body{
margin:0 auto;
min-height:700px;
background: url("../img/bg_bottom.png") repeat-x center;
}
Espero que te sirva.
Suerte
__________________
RubénJ. Regresando al foro despues de un par de años. A preguntar más de las novedades del foro.