Results 1 to 3 of 3

Thread: Help with Image Thumbnail viewer 2

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

    Default Help with Image Thumbnail viewer 2

    1) Script Title:
    Thumbnail Viewer 2

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

    3) Describe problem:

    You can specify whether the "title" attribute of the thumbnail links should be shown as description text underneath the enlarged image....

    I would like to have the text shown ABOVE the enlarged image.

    I tried to edit the javascript code... but just broke it instead.

    Please help.
    ~D

  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

    Change this line in loadimage:function(linkobj):

    Code:
    imageHTML+='<br />'+description
    to:

    Code:
    imageHTML=description+'<br />'+imageHTML;
    - John
    ________________________

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

  3. #3
    Join Date
    Mar 2007
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You rock my socks off.
    Thanks!

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
  •