Results 1 to 7 of 7

Thread: Thumbnail viewer

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

    Default Thumbnail viewer

    Hi

    I've been using this thumbnail viewer script for a while (I love it, btw) thanks for sharing your scripts with the web development world. It's really appreciated!
    http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    I know the thumbnailviewer.js is customizable, but I need some help in figuring out how, if possible, I can make it so that when someone clicks on the thumb nail and the larger image opens up, I want to be able to give the user a link from that window where the larger image opens up to click to a different htm page. Is that possible: if so how?

    Thanks
    Sharon
    Last edited by Snookerman; 04-22-2009 at 09:05 AM. Reason: added “Resolved” prefix

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Is this or this OK with you? They both have that feature.
    Jeremy | jfein.net

  3. #3
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Nile

    Thanks for the quick reply. I think this code could work however can you tell me how I can create a link on the actual pop up window with the larger image?

    For example, if I juse this script and insert that in my header:
    http://www.dynamicdrive.com/dynamici...tbox/index.htm

    and insert this code in my html page

    <a href="cat.jpg" rel="lightbox" title="Caption- cute cat!"><img src="cat_thumb.jpg" /></a>

    How can I make the title a link. In other words, if I wanted 'cute cat' to be a link to another url, how would that code look like?

    Thanks for your help.

    Sharon

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I would assune:
    Code:
    <a href='#'>Hi</a>
    Don't use double quotes for this,
    Jeremy | jfein.net

  5. #5
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well, I tried that first before posting, but that doesn't seem to work:

    <a href="mydirectory/myimge_lrg.jpg" rel="lightbox" title=<a href='#'>Hi</a>

    <img src="mydirectory/myimage_small.jpg" /></a></p>

  6. #6
    Join Date
    Mar 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nile View Post
    I would assune:
    Code:
    <a href='#'>Hi</a>
    Don't use double quotes for this,
    Actually, your second link above points to a thumbnail script that allows for putting links in caption title, the first one doesn't allow it. It's in lightbox 2.3a.

    Very cool....

    Thanks

    Sharon

  7. #7
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Great! Glad to help you! Your welcome!

    It seems your topic is solved... Please set the status to resolved.. To do this:
    Go to your first post ->
    Edit your first post ->
    Click "Go Advanced" ->
    Then in the drop down next to the title, select "RESOLVED"
    Jeremy | jfein.net

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
  •