Ver Mensaje Individual
  #9 (permalink)  
Antiguo 20/01/2013, 19:41
xoceunder
 
Fecha de Ingreso: junio-2012
Ubicación: En el Mundo
Mensajes: 766
Antigüedad: 12 años, 6 meses
Puntos: 10
Respuesta: problema con colocar un background completo

aqui esta lo que estoy utilizando

Código CSS:
Ver original
  1. #banner {
  2.     background: url("{vb:stylevar titleimage}") no-repeat left top #FE7B09;
  3.     height: 250px;
  4.     background-size: 100%;
  5.     background-attachment: inherit;
  6. }