Results 1 to 2 of 2

Thread: Close X Button not showing up

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

    Default Close X Button not showing up

    1) Script Title: Lightbox

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

    3) Describe problem: I had this script working on my website (http://simplydivinellc.com/shoponline.html) but when I divided the page into sections and placed the sections in a separate directory, the script stopped working. The secondary pages are located at http://simplydivinellc.com/catalog/homedecor.html. The pictures open as they should but the CloseX button is not showing up. I copied both the images AND the js folder into the directory of the pages but that isn't working either. Can anyone tell me why the CloseX image is not showing up? Thanks for any help. I can't figure this one out.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Have you tried changing the image paths to absolute URLs, for example:

    Code:
    var fileLoadingImage = "http://mysite.com/images/loading.gif";		
    var fileBottomNavCloseImage = "http://mysite.com/images/closelabel.gif";
    DD Admin

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
  •