Ver Mensaje Individual
  #7 (permalink)  
Antiguo 31/12/2009, 12:51
Avatar de Esck21
Esck21
 
Fecha de Ingreso: septiembre-2009
Mensajes: 50
Antigüedad: 14 años, 7 meses
Puntos: 1
Respuesta: Backrground arriba, centro y pie distinto.

Dividelo en 3 divs :

div#div1: { width: 100%; height: 33%; background url('...'); }
div#div2: { width: 100%; height: 33%; background url('...'); }
div#div3: { width: 100%; height: 33%; background url('...'); }

No se le puede colocar 3 backgrounds a un mismo div.