Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/10/2011, 16:20
Avatar de morfasto
morfasto
 
Fecha de Ingreso: julio-2011
Ubicación: Lima
Mensajes: 291
Antigüedad: 12 años, 9 meses
Puntos: 8
Respuesta: lightbox creador por mi

El punto 1 ya lo resolvi, cambiando la posicion del .fadebox por fixed:
Código CSS:
Ver original
  1. .fadebox {
  2. * * display: none;
  3. * * position: fixed;
  4. * * top: 0%;
  5. * * left: 0%;
  6. * * width: 100%;
  7. * * height:100%;
  8. * * background-color: black;
  9. * * z-index:1001;
  10. * * -moz-opacity: 0.8;
  11. * * opacity:.80;
  12. * * filter: alpha(opacity=80);
  13. }

Pero el punto 2 todavia no logro resolverlo, alguna idea?