Results 1 to 3 of 3

Thread: Image thumbnail viewer 2 problem

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

    Default Image thumbnail viewer 2 problem

    When I first open the page with "Image Thumbnail Viewer 2", the enlarge image isn't seen until I have to mouseover or click on the image first to see the enlarged image. Is there a way to load the enlarge image as soon as the page loads?

    Here's the link Image to Thumbnail Viewer 2 (Javascript)
    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

  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

    Simply replace the text (red) with an image tag or whatever HTML code you would like featured there when the page first loads (from the demo page):

    Code:
    <div id="loadarea" style="width: 500px">
    This DIV will show my enlarged images!
    </div>
    You could even link it if you like. Example:

    Code:
    <div id="loadarea" style="width: 500px">
    <a href="some.htm"><img src="photo1.jpg" border="0"></a>
    </div>
    - John
    ________________________

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

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

    Default

    Wow, that was simple. I was thinking of that. but thought it would just overlap the images.

    Thanks for helping solving my many questions. Your truly a smart man!

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
  •