I'm working on a new site and am using Lytebox for the first time. On my development machine I have the Lytebox images (the ones that it comes with for the various buttons used in Lytebox) stored in my images folder directly under the folder where my main site files are located. Lytebox runs as expected. The paths in the lytebox.css file are like this:
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(/images/prev_grey.gif) left 15% no-repeat; }
The file I downloaded from dolem didn't have the / in front of images so I added it because it wasn't working without that.
Anyway, my folder structure on my test server is the same as my local machine. But lytebox isn't seeing the images it needs to show the buttons. The buttons are there. I can click the spot where the "close" button is and the expanded image closes but there's no graphic on the button.
I always seem to get stumped when it comes to path stuff for the web and am not sure how to correct this problem.
My structure on my test server is:
root/public_html/testsite/images
Main site files are in root/public_html/testsite and the lytebox images are in root/public_html/testsite/images
Any help would be appreciated.
Thanks.
Avian



Reply With Quote

Bookmarks