Hello,
there is a picture gallery on the site http://nabyteksdusi.cz/test2.php which I have problem with. The pictures wont open into lightbox which I have declared in the head section.
Slideshow li elements look like this:
<li>
<span>./grafika/sortiment/koupelny/L1020032.jpg</span>
<a href="./grafika/sortiment/koupelny/velke/L1020032.jpg" rel="lightbox[]">
<img src="./grafika/sortiment/koupelny/L1020032.jpg" />
</a>
</li>
There is js script where is slideshow programmed : http://nabyteksdusi.cz/script.js
Dont you know why it doesnt work? I will appreciate any kind of help or suggestion on using different slideshow. Thanks in advance.


