Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/04/2011, 16:54
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 9 meses
Puntos: 1012
Respuesta: Imagen background pantalla completa ( no me sale !!! )

intetalo así
Cita:
<body >


* {
margin: 0;
padding: 0;
border: none;
position: relative;
}

html, body {
width: 100%;
height: 100%;
background: #fff url("IMAGEN");
}