Lightbox2 Problems

Caporegime
Joined
25 Jul 2003
Posts
40,451
Location
FR+UK
Hi,

I'm just trying to incorporate a lightbox gallery into my webpage for a few images, but am having the problem that when I click the thumbnail, it just loads the full picture in a new page.

Now, there's a bit in the lightbox support page about using
PHP:
<body onload="MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()">
but this hasn't solved the problem.

Any experienced lightbox users able to shed a bit more light? Thanks.
 
think this might be causing your problems:

Code:
<link rel="stylesheet" type="text/css" media="screen" href="css/lightbox.css />

you haven't closed the quotes around the href
 
Back
Top Bottom