a ver si alguien me podria ayudar con mi presentación ligthbox.
http://www.telefonica.net/web2/9esti...s/Exterior.htm
Aquí puedes ver una presentación de varias galerias fotográficas hechas con ligthbox pero tengo un problema. Cuando abres una presentación con el tamaño de la ventana minimizado, el cuadro que rellena de gris oscuro por detrás de la foto toma el tamaño de la ventana y al navegar con los scrolles se ve que lo que habia fuera de la ventana inicial no está relleno.
creo que el código que afecta a esto es este:
Código:
pero estoy tocando parámetros y no logro que rellene el 100% de la página.// stretch overlay to fill page and fade in var arrayPageSize =getPageSize(); Element.setHeight('overlay', arrayPageSize[1]);//('overlay', 1750);//arrayPageSize[1]); new Effect.Appear('overlay', { duration: overlayDuration, from: 0.0, to: 0.7 }); imageArray = []; imageNum = 0; if (!document.getElementsByTagName){ return; } var anchors = document.getElementsByTagName('a');
aquí http://www.huddletogether.com/projec...tbox2/#support encoptré esto:
The shadow overlay doesn't stretch to cover full browser window.
Remove the default margin and padding from the body tag. Add body{ margin: 0; padding: 0; } to your stylesheet.
pero lo hice y no pasó nada.
si alguien me puede ayudar se lo agradecería mucho.
saludos