19/01/2011, 07:17
|
| Colaborador | | Fecha de Ingreso: julio-2008 Ubicación: Caracas
Mensajes: 12.120
Antigüedad: 16 años, 3 meses Puntos: 1532 | |
Respuesta: Ayuda con el brackground usa un <img /> normal y aplicarle CSS position fixed, y un orden Z inferior:
#img{
width: 100% ;
height: 100% ;
top:0;
left:0;
position:fixed;
z-index: -1;
}
__________________ ¡Por favor!: usa el highlight para mostrar código
El que busca, encuentra... |