Results 1 to 2 of 2

Thread: Image Thumbnail Viewer II

  1. #1
    Join Date
    Feb 2010
    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:
    Hi, I have installed this image viewer, it looks great im delighted the only thing is that I would like to have an image displayed there when you arrive on the page before clicking any thumbnail - how do i do that?

    many thanks
    didoodah

  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

    Put it in your loadarea as ordinary HTML, example -

    Where you have something like so:

    Code:
    <div id="loadarea" style="width: 600px"></div>
    Just put whatever you want in there, something like:

    Code:
    <div id="loadarea" style="width: 600px">
    <img src="photo_1.jpg" alt="">
    </div>
    Any normal HTML may go there. Once the user activates one of the thumbnails, it will replace what you have put there.
    - 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
  •