Results 1 to 2 of 2

Thread: LightBox 2 Prev/Next images not showing

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default LightBox 2 Prev/Next images not showing

    1) Script Title: Lightbox 2

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

    3) Describe problem: LightBox 2 Prev/Next images not showing
    have a look

    http://www.camcrete.com/projects.html

    I figure it has something to do with the path where the images are stored, but I have tried different paths and still nothing.

    Any help would be appreciated.

  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

    Paths in stylesheets are relative to the location of the stylesheet. With your stylesheet and image folder in their current locations, you should use:

    Code:
    ../images/prevlabel.gif
    not:

    Code:
    images/prevlabel.gif
    To avoid all confusion, the absolute path may always be used (which, in this case is):

    Code:
    http://www.camcrete.com/images/prevlabel.gif
    - John
    ________________________

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

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
  •