Results 1 to 2 of 2

Thread: Image Thumbnail Viewer II Help

  1. #1
    Join Date
    Jun 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II Help

    Can anyone suggest a way to make it so that the Image Thumbnail Viewer II autmatically loads one of the thumbnails in the div placeholder for you on pageload vs. having to first click a button to make one appear?

    The original dd script is at http://www.dynamicdrive.com/dynamici...thumbnail2.htm.

    Thanks
    Concentric

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The easiest way would simply be to modify the HTML for the container to include the image you want shown initially. For example:

    Code:
    <div id="dynloadarea" style="width:80px;height:225px"><img src="cat.gif" /></div>
    The <img> tag is the addition here.

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
  •