Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/06/2011, 19:18
Avatar de renaco
renaco
 
Fecha de Ingreso: abril-2005
Ubicación: Lima, Peru, Peru
Mensajes: 3
Antigüedad: 19 años
Puntos: 0
Respuesta: CSS y Slideshow

Hola,

Esta bien tu ejemplo, solo tienes que cambiar el estilo por este

<style>
body {margin:0;}
#photowall {
clear: both;
position: fixed;
display: block;
background: top center url(../img/bg.jpg);
height: 100%;
width:100%;
margin: 0px;
z-index: 0;
top:0;
left:0;
}
</style>

y el contenido lo manejas con position:relative;

Saludos