Has anyone here ever used the js lightbox? I am trying to install the “Lightbox image viewer” I have done everything it has asked me to do but its not working. When I click on a thumbnail the screen dims, the loading icon appears but no image loads. I just cannot think what the problem is. I have used this script before with no problem (apart from now).
The files for this script are contained in a "scripts" folder. I have posted on the Dynamic Drive forum but its not very active, so hoped someone here would know.
Head:
HTML:
I have tried renaming the html files and the image names and there is still no change.
The files for this script are contained in a "scripts" folder. I have posted on the Dynamic Drive forum but its not very active, so hoped someone here would know.
Head:
Code:
<link rel="stylesheet" type="text/css" href="css/sam-css.css" /> <link rel="stylesheet" href="scripts/lightbox.css" type="text/css" media="screen" /> <script type="text/javascript" src="scripts/lightbox.js"></script>
Code:
<div class="artist-gallery-wrapper"> <li class="artist-gallery a"><a href="potta-large1.html" rel="lightbox" ><img src="images/slices/gallery/potta-gallery-thumbnail.jpg" class="img-border" /></a></li> <li class="artist-gallery a"><a href="potta-large2.html" rel="lightbox"><img src="images/slices/gallery/potta-gallery-thumbnail2.jpg" class="img-border" /></a></li> <li class="artist-gallery a"><a href="potta-large3.html" rel="lightbox"><img src="images/slices/gallery/potta-gallery-thumbnail3.jpg" class="img-border" /></a></li> </div>
Comment