Results 1 to 2 of 2

Thread: closing image will not appear on :: Lightbox image viewer 2.03a

  1. #1
    Join Date
    Oct 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default closing image will not appear on :: Lightbox image viewer 2.03a

    i am using the :: Lightbox image viewer 2.03a
    and for some reason the closing button image will not appear. i have checked the codes, the css files to make sure it was named correctly, i have made sure i have named it correctly and it is still not appearing. the rest of the images like "prev" & "next" are appearing.

  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

    In future, please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.


    Unlike the prev and next images, the close image's location is configured in the lightbox.js file. Open it in a text only editor like NotePad and find this section not too far from the top:

    Code:
    */
    // -----------------------------------------------------------------------------------
    
    //
    //	Configuration
    //
    var fileLoadingImage = "images/loading.gif";		
    var fileBottomNavCloseImage = "images/closelabel.gif";
    
    var animate = true;	// toggles resizing animations
    var resizeSpeed = 7;	// controls the speed of the image resizing animations (1=slowest and 10=fastest)
    
    var borderSize = 10;	//if you adjust the padding in the CSS, you will need to update this variable
    
    // ------------------------------
    While you're there, you should set the correct path for the loading image as well. These paths must be relative to the page using the script. You may use absolute paths though. If you have more than one page in different folders using this same copy of the script, absolute paths need to be used.
    - 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
  •