Results 1 to 3 of 3

Thread: need help with Lightbox image viewer 2.03

  1. #1
    Join Date
    Oct 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question need help with Lightbox image viewer 2.03

    1) Script Title: Lightbox image viewer 2.03

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

    3) Describe problem: COLSE X & loading image are not working

    im using frontpage prog. ..i did everything but when i click on link it doesn't show me the CLOSE X & loading IMAGE
    http://mahekchaat.freehostingnow.com/index.html
    Last edited by Risheeta; 07-04-2007 at 09:08 PM.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You need to upload the images included with the zip file to the images directory or; if they are already uploded to a different directory, you need to edit the following lines in lightbox.js to point to your images:

    Code:
    //	Configuration
    //
    var fileLoadingImage = "images/loading.gif";		
    var fileBottomNavCloseImage = "images/closelabel.gif";
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Oct 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Quote Originally Posted by thetestingsite View Post
    You need to upload the images included with the zip file to the images directory or; if they are already uploded to a different directory, you need to edit the following lines in lightbox.js to point to your images:

    Code:
    //	Configuration
    //
    var fileLoadingImage = "images/loading.gif";		
    var fileBottomNavCloseImage = "images/closelabel.gif";
    Hope this helps.
    i got it thxx

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
  •