Results 1 to 2 of 2

Thread: Image tumbnail viewer 2

  1. #1
    Join Date
    Aug 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image tumbnail viewer 2

    Hi.
    I can not seem to get this script to work.
    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    I want the big picture to show under the text on mousover.
    What have i done wrong?
    Here is the site: http://www.sveinboasson.no/tjenester/brostein.html

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

    Default

    You need to define an empty DIV on the page with the ID "loadarea", which is the ID of the DIV you've specified inside your thumbnail images in which the larger image should load in. So add something like the following to your page:


    Code:
    <div id="loadarea" style="width: 600px"></div>
    DD Admin

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
  •