Results 1 to 6 of 6

Thread: Image Thumbnail Viewer II - onclick 4 url option?

  1. #1
    Join Date
    Feb 2007
    Location
    Poole, Dorset, UK
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II - onclick 4 url option?

    1) Script Title: Image Thumbnail Viewer II

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

    3) Describe problem: I want to use this script as a graphical menu, with the thumbnails displaying a larger image with mouseover...That's what the script does, and it works great...fantastic. BUT I would like the users to be able to click the thumbnails and then go to another url. How can I do this when the href is already being used for the enlarged image location?

    Any suggestions gratefully received.

    Mike
    BizGen

  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

    I think DD really painted himself into a corner as far as that sort of functionality goes when he upgraded this script. There is no good easy way, at least as far as I can tell. However, if one were to use this mod:

    http://home.comcast.net/~jscheuer1/s...les/thumb2.htm

    of the earlier version of the script, it would be easy. The href would be the href period. The larger images and their links (if any) are set in an array.
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2005
    Location
    UK
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i too think this script is great but is it possible to have an image already in place where the image will load before mouseover

  4. #4
    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

    My version already has that. The current DD version can too in virtually the same way. Just put an image tag here (from the demo page):

    Code:
    <div id="loadarea" style="width: 500px">
    This DIV will show my enlarged images!
    </div>
    ex:

    Code:
    <div id="loadarea" style="width: 500px">
    <img src="whatever.jpg">
    </div>
    - John
    ________________________

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

  5. #5
    Join Date
    Apr 2005
    Location
    UK
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks thats great just what i wanted

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

    Default

    Your modification is exactly what I needed. The ability to display the title over or under the enlarged image, yet hyperlink the thumbnail as well.

    See: http://www.smithembroideryworks.com/towels.htm

    Thanks so much, Ed

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
  •