Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/12/2006, 01:31
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 1 mes
Puntos: 1284
Re: 2 imágenes en background top y bottom.

Hola:

Una podría ser el fondo del body y otra la de una capa que se superponga con fondo transparente:

body {
background: url(fondo1.gif) no-repeat center bottom;
}

#fondo {
background: transparent url(fondo2.gif) no-repeat center top;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo