Results 1 to 2 of 2

Thread: Image Thumbnail Viewer - 2 more q's

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

    Default Image Thumbnail Viewer - 2 more q's

    1) Script Title: Image Thumbnail Viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    3) Describe problem:

    Just wondering if someone can tell me why my loading image is breaking? It's in the same folder as the .js file, which is located in a 'scripts' folder. The page that I want the images to point to is located within the root folder of the site. What's going on?

    Also, can I set the default black background of the popup window to be transparent?

    Many thanks

    Mrs Spence

  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

    1 ) If you are having a problem with the page and script locating an image, specify its location with the absolute path.

    2 ) Get rid of the red part:

    Code:
    #thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #313131;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
    }
    - 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
  •