Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/11/2011, 17:21
snowmanchip
 
Fecha de Ingreso: agosto-2011
Ubicación: Viña del Mar, Chile
Mensajes: 311
Antigüedad: 12 años, 7 meses
Puntos: 50
Respuesta: Duda sobre como hacer este efecto para un fondo

Disculpen mi intromisión pero si se pueden poner múltiples imágenes en un background sin el uso de múltiples divs gracias a cs3...más fácil aún estructurando con html5, les dejo un sitio que tiene su footer hecho con un background con distintas imágenes..saludos
http://teixido.co/

Código:
footer			{ width:1200px; height:207px;  margin-top:40px;
			background: url("footer_right_s.jpg"/*tpa=http://www.teixido.co/gfx/backs/footer_right_s.jpg*/) no-repeat scroll right top, url("footer_left_s.jpg"/*tpa=http://www.teixido.co/gfx/backs/footer_left_s.jpg*/) no-repeat scroll left top, 
			url("footer_bg_s.jpg"/*tpa=http://www.teixido.co/gfx/backs/footer_bg_s.jpg*/) repeat scroll right top transparent;
			line-height: 140%;
			}