Ver Mensaje Individual
  #8 (permalink)  
Antiguo 13/01/2014, 09:55
Avatar de Adbane
Adbane
 
Fecha de Ingreso: junio-2011
Mensajes: 86
Antigüedad: 12 años, 10 meses
Puntos: 6
Respuesta: Background image

Código CSS:
Ver original
  1. body {
  2.     background: url("bg.jpg") no-repeat;
  3.     background-position: 100% 100%;
  4.     background-attachment: fixed;
  5.     -webkit-background-size: cover;
  6.     -moz-background-size: cover;
  7.     background-size: cover;
  8. }
__________________
Diseñador web por amor al arte, o al HTML mejor dicho