12/06/2008, 17:31
|
| Colaborador | | Fecha de Ingreso: octubre-2006 Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 1 mes Puntos: 280 | |
Respuesta: imagen de fondo? Prueba esto:
<body>
<img src="tu_imagen.xxx" class="fondo" />
...
...
</body>
y en a parte de la css:
body {width: 100%; height: 100%;}
img.fondo {width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
Mikel. |