PDA

View Full Version : Help with tiny modification of Javascript Lightbox



ht56y
November 16th, 2007, 10:41 AM
Hi

The last post also belongs to me, sorry for being too dumb to figuring this out myself.

I use this (http://www.huddletogether.com/projects/lightbox/) lightbox on my website, Balkanfestudvalget.dk (http://www.balkanfestudvalget.dk/TEST/index.php?location=forside), and it works fine, except when a image is clicked, underneath the lightbox, theres a text saying my caption.

How do i remove that line?

The javascript can be found here (http://www.balkanfestudvalget.dk/TEST/lightbox.js), and my webpage using it here (http://www.balkanfestudvalget.dk/TEST/index.php?location=galleri)

Thanks in advance.

simplistik
November 16th, 2007, 11:03 AM
well hopefully you're using version 2 of it http://www.huddletogether.com/projects/lightbox2/

but outside of that... it only shows a caption if you provide a title, so if you remove


title="my caption"

it won't show that, but if you want to remove the whole box all together you could do


#lightboxDetails { display: none; }

in your lightbox css