Log in

View Full Version : Lightbox image viewer within a <ul>



martino
01-27-2009, 07:57 PM
1) Script Title: Lightbox image viewer 2.03a

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

3) Describe problem:
Hello, is it possible to incorporate this gallery viewer within an <ul> instead of an image. I'm having trouble with this as every time I add another <a href> it adds another line to my list.

ex. http://www.upwardor.com/new/AL976-Aluminum-Full-View-Door.php

There should only be 1 link (> View Photo Gallery) on the bottom left.

Any help would be greatly appreciated.
thanks!

jscheuer1
01-28-2009, 06:10 AM
If you keep adding:


<a href="whatever" rel="lightbox[roadtrip2]" title="AL976 Aluminum Full View Door"><img src="images/whiteArrow.gif" width="8" height="6" border="0" />&nbsp;View Photo Gallery</a>

It will keep adding lines.

Once you have your initial trigger, you can add as many of these:


<a href="whatever" rel="lightbox[roadtrip2]" title="AL976 Aluminum Full View Door"></a>

as you like without it adding more lines. Just to be on the safe side, you can even do:


<a style="display: none;" href="whatever" rel="lightbox[roadtrip2]" title="AL976 Aluminum Full View Door"></a>