Results 1 to 2 of 2

Thread: Lightbox image viewer within a <ul>

  1. #1
    Join Date
    Jul 2005
    Posts
    67
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Question Lightbox image viewer within a <ul>

    1) Script Title: Lightbox image viewer 2.03a

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/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-Al...-View-Door.php

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

    Any help would be greatly appreciated.
    thanks!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you keep adding:

    Code:
    <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:

    Code:
    <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:

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

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    martino (01-28-2009)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •