Results 1 to 2 of 2

Thread: Image Thumbnail Viewer II

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

    Default Image Thumbnail Viewer II

    1) Script Title: Image Thumbnail Viewer II

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

    3) Describe problem: Grandad promised a nice effect on his web site! Very new to all this and cannot for the life of me get to grips with the 'thumbnail' aspect of this script! It all works via the text link but how do I replace the text hyperlink with a thumbnail of the larger image??

    Many thanks in anticipation!

  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

    First, you'd want to have the thumbnail images - smaller versions of your larger images. These can be made in most image editing programs. Once you have those, it is really just straightforward HTML. Here is a trigger with a text link:

    Code:
    <a href="bulb.gif" rel="enlargeimage::mouseover" rev="loadarea">Thumbnail</a>
    Here's one with a thumbnail image:

    Code:
    <a href="bulb.gif" rel="enlargeimage::mouseover" rev="loadarea"><img src="bulb_tbn.gif" border="0"></a>
    - 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
  •