Hello all,
I'm a raw newbie trying to implement jquery Lightbox on a page. I relied on psd2css to build most of my page, since I'm not a programmer or scripter and need all the help I can get.
Psd2css takes a photoshop document and converts its layers - when they are named according to its specifications- into html and css, in this case into a lightbox gallery.
I ran into a problem because I assumed that I could add in a couple "place holder" layers where I could later add thumbs and a lightbox image by following the class name conventions that my other images used, i.e. creating the path to the pop-up image in the <a> tag, and assigning it the class "lightbox" .
I figured the javascript was using this class to identify the layers to do its magic on.
I find that the thumbs appear just as expected, but the lightbox image does not. but I am far too ignorant to figure out why the javascript was able to identify and work with the layers originally set up by psd2css, but not with the ones I hand-coded to mimic them.
The two images that aren't working are the first and second ones from the top in the left column. The layers in the html are identified in the comments as "HolderHorse15" and "HolderHorse16".
I'm grateful for any help.