Results 1 to 3 of 3

Thread: Image Thumbnail Viewer II

  1. #1
    Join Date
    Jul 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II

    Hi,

    I am using this thumbnail viewer:

    Image Thumbnail Viewer II
    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    It's great! I need to be able to default one of the images in the div when the page first loads.

    <div id="loadarea" style="width: 296px"></div>
    How do i do that so it works normally after that?

    Thanks!

    jo

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Simply manually enter the HTML you wish to be shown by default inside the "loadarea" DIV, in this case, an image:

    Code:
    <div id="loadarea" style="width: 296px"><img src="image.gif" /></div>

  3. #3
    Join Date
    Jul 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Magificent! Thanks heaps :-)

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
  •