A2597
04-06-2009, 03:18 AM
1) Script Title:
Featured Content Slider
Lightbox 2.03
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem:
I can't seem to get these scripts to work together. The featured content slider works properly, but when I click on the thumbnail it doesn't bother using the lightbox, and just redirects to the image.
The way I want this to work is when you mouseover the thumbnails it displays in the larger image viewer, and then the user can click on the thumbnail or the larger image to load the lightbox. Currently, it works fine for the larger image, but the thumbnail won't work.
Any thoughts on how I can combine these scripts?
Link:
http://www.geeks2go.biz/wip/quiteeventful/portfolio.php
And the code snippet I think is the culpret:
<div id="paginate-slider2" class="pagination">
<a href="images/portfolio/aga/1_lg.jpg" class="toc" rel="lightbox"><img src="images/portfolio/aga/1_sm.jpg"></a>
<a href="#" class="toc"><img src="images/portfolio_thumb_bgr.jpg"></a>
<a href="#" class="toc"><img src="images/portfolio_thumb_bgr.jpg"></a>
</div>
Featured Content Slider
Lightbox 2.03
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem:
I can't seem to get these scripts to work together. The featured content slider works properly, but when I click on the thumbnail it doesn't bother using the lightbox, and just redirects to the image.
The way I want this to work is when you mouseover the thumbnails it displays in the larger image viewer, and then the user can click on the thumbnail or the larger image to load the lightbox. Currently, it works fine for the larger image, but the thumbnail won't work.
Any thoughts on how I can combine these scripts?
Link:
http://www.geeks2go.biz/wip/quiteeventful/portfolio.php
And the code snippet I think is the culpret:
<div id="paginate-slider2" class="pagination">
<a href="images/portfolio/aga/1_lg.jpg" class="toc" rel="lightbox"><img src="images/portfolio/aga/1_sm.jpg"></a>
<a href="#" class="toc"><img src="images/portfolio_thumb_bgr.jpg"></a>
<a href="#" class="toc"><img src="images/portfolio_thumb_bgr.jpg"></a>
</div>