O sino, necesito saber como hago para poner varios fondos en diferentes posiciones en el fondo ¬¬
Este es el CSS que estoy usando hasta el momento ...
Código:
Gracias de antemano ^^ body{ background:#f6b928; background-image:url(images/bg_degra.png); background-repeat:repeat-x; text-align:center; margin-top:0px; margin-bottom:0; } #bg_izq_aba{ position:absolute; left:0px; bottom:0px; background-image:url(images/bg_abajo_izq.png); background-repeat:no-repeat; background-position:left bottom; width:625px; height:726px; } #bg_der_aba{ position:absolute; right:0px; bottom:0px; background-image:url(images/bg_abajo_der.png); background-repeat:no-repeat; background-position:right bottom; width:625px; height:726px; }