Results 1 to 3 of 3

Thread: Image Thumbnail Viewer II option help

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

    Wink Image Thumbnail Viewer II option help

    1) Script Title:
    Image Thumbnail Viewer II

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

    3) Describe problem:
    I've just upgraded the viewer to the Feb 07 version, and really appreciate the changes since I first put this site up two years ago. Having the script in an external file means the page validates without choking on the script, and having all the changes in one part of the file is sure to be a great convenience instead of listing the large images in the head and the thumbs in the body.

    Here's the page I'm working on:
    http://www.horseandhome.com/featured...ck_farm_3.html

    Once any of the thumbs has been moused over, we love the look. However, we have this gaping hole until that happens. We'd like to be able to set one of the large images to load in the dynloadarea on page load.

    Can this be done?

    Van

  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

    Easy:

    Code:
    <td valign="bottom"><div id="dynloadarea" style="width:400px;height:400px"><img src="Hughes_homefront_400.jpg"><br>4BR/4BA lodge home overlooks 6+/- acre lake</div></td>
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Talking

    Indeed, that is easy. It hadn't occurred to me that the script would still be able to work if there was already something in the cell, but it seems to work just fine. Thanks.

    Van

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
  •