Posted by aneuryzma on February 9, 2010 at 10:26am
hello,
how can I remove the #Overlay from lightbox2 ?
I'm locating the lightbox on the right, because I want some menu items clickable, even if the lightbox is open.
thanks
Edited by WorldFallz - moved to appropriate forum.
Comments
Well you can remove it
Well you can remove it hacking javascript file or you can simply set #Overlay z-index to something like -1.
But still after that #lightbox box is streched on all screen width in images height.
$|#|@
you know where I can find the
you know where I can find the Overlay in the lightbox javascript ?
I couldn't find it... thanks
ok done, I added the
ok done,
I added the following line
$('#overlay').css({'display':'none'});
to lightbox.js