Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/06/2008, 17:31
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
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.