Results 1 to 3 of 3

Thread: Problems with Image Thumbnail Viewer II - Problem

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

    Unhappy Problems with Image Thumbnail Viewer II - Problem

    Dear All,

    I hope somebody can help me with this problem, for javascripters it should be easy. But I cannot find the right solution. I am using a script from here: http://www.dynamicdrive.com/dynamici...thumbnail2.htm but now I want to preload the first image? Is that possible and if so.... how??

    Would somebody please help me out?

    Thnx!
    Robert

  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

    No special scripting skills are required. Simply put whatever you want inside the 'loadarea' division. It will be displayed upon page load like any other normal content on the page. When the user activates the script, it will be replaced by their selection.

    Code:
    <div id="loadarea" style="width: 500px">
    <img src="whatever.jpg">
    </div>
    - John
    ________________________

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

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

    Default

    Thnx John! Stupid that I did not tried such simple solutions..

    Now I can go on!

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
  •