Results 1 to 3 of 3

Thread: Setting inital image in Image Thumbnail Viewer II

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

    Default Setting inital image in Image Thumbnail Viewer II

    Hi. I'm using the Image Thumbnail Viewer II http://www.dynamicdrive.com/dynamici...thumbnail2.htm on my site.

    www.inverse-concepts.com

    My question is somewhat 2 parted.

    First, I want to be able to set an inital image to load up into the frame when the page loads.

    Secondly, this site is done in PHP. I have the first part of the script in the output file, with main (big image) array. And the parts with the thumbnails and frame in a seperate PHP pages. (The first 6 are for the digital photo page. The next 6 are for desktop images, etc.) Can I Set the inital image for each of those pages?

    I know it sounds complicated, but the help would be greatly appreciated.
    Thanks!

  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

    Stick an image in this div:
    Code:
    <div id="dynloadarea" style="width:296px; height:222px; left: 0px; top: 0px;">image goes here</div>
    Its code (not the actual image file) should get overwritten by subsequent images. Now, if you are using PHP and want this same page for a different gallery, tell it to load a different image here. I know how to do that in JavaScript, but not in PHP, so you are on your own there, simple solution, make two pages.

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

    Default

    Thanks a lot.

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
  •