Dreamweaver Lightbox exclude a named anchor
i'm working on non-flash backup baby hats catalog. use dreamweaver cs5.5 , lightbox downloaded widgets display images. however, first image , 2 inbetween each hat other <a></a> tags. first serves named anchor navigation , second opens .pdf. when view lightbox images these 2 appear "waist lightbox loading" circle image. have click "next" twice next actual image. there way exclude these 2 instances? i'm afraid end users won't know click "next" twice see next image.
thanks.
my code on page:
use 'data-lightbox' attribute combine each set of hats specific gallery, thereby restricting each lightbox instance show 4 or 5 of hat images , not images available on page. read http://lokeshdhakar.com/projects/lightbox2/ (how use) section more details on how can this
on sidenote, why including jquery.js , lightbox.js 3 times each on page? html page, lines 159-167:
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/lightbox.js" type="text/javascript"></script>
<script src="spryassets/sprymenubar.js" type="text/javascript"></script>
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/lightbox.js" type="text/javascript"></script>
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/lightbox.js" type="text/javascript"></script>
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/lightbox.js" type="text/javascript"></script>
you can remove lines i've struck off here. you're calling these scripts in first 2 lines.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment