Results 1 to 3 of 3

Thread: Image Thumbnail Viewer II, I want image to appear

  1. #1
    Join Date
    Mar 2007
    Location
    Poland
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II, I want image to appear

    1) Script Title:
    Image Thumbnail Viewer II
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...thumbnail2.htm
    3) Describe problem:
    There is no image until I click on link or do a mouseover. I want image to appear before I do anything.

  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 whatever HTML code you like in the loadarea element. Once the user starts using the script, whatever is there will be overwritten, ex:

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

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

  3. #3
    Join Date
    Mar 2007
    Location
    Poland
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, it works

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
  •