18/04/2011, 16:54
|
| Colaborador | | Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 5 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");
} |