Results 1 to 3 of 3

Thread: Image Thumbnail Viewer II

  1. #1
    Join Date
    May 2006
    Posts
    2
    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: When my webpage opens, I need a larger image to open in the blank space I have created (like a default) even before the viewer uses the mouseover option. I would like the default image to always be the upper left thumbnail if possible.

    Please view my webpage at http://www.penningtonproperty.com/homes_mt_vernon.htm

    Thank you for helping me out with this detail.
    kc

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

    Default

    You can easily define a default image to be shown (that's replaced as soon as the onMouseover action takes place) by directly embedding it inside the div tag in question:

    Code:
    <div id="dynloadarea" style="width:80px;height:225px"><img src="default.gif" /></div>

  3. #3
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you. Problem solved.

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
  •