Simple Thumb Gallery

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Simple Thumb Gallery

    Hi Guys,

    I am trying to create an image page which contains 4 or so thumbnails, and a
    large box which displays the full size image and possibly a caption. It is for
    a website I am doing about rare books, and the idea is to have several
    thumbnails of each book which people can click to view large, and have the main
    picture showing in the large box initially.

    I think JavaScript is the way to go, but I can't find a decent script that
    serves my needs.

    Any ideas please?

    Thanks, Rexmonster...

    B Yates Guest

  2. Similar Questions and Discussions

    1. HSlider Thumb Size
      I know this question has been http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=346&threadid=...
    2. ASP thumb to large image
      I have an ASP page that presents the results of a query. The page gives from every found record normal data but also an image. This is a thumbnail....
    3. projector icon edit OK -but not thumb
      The thumbnail view is supposed to show a representation of what is actually "in" the file. This works well with graphics and videos etc, but not with...
    4. Rule of Thumb for the Day....
      If you ever find yourself..... * Writing or invoking a deep copy method or... * Writing a whole lot of stuff to a file or pipe to be read by...
    5. Rule of thumb: Performance: Pi, Po ...
      Page in/out should be minimized (if all possible). Older AIX wisdom tells us that as long as paging activity do not exceed 70%, we are ok. But we...
  3. #2

    Default Re: Simple Thumb Gallery

    Hi
    Try this with the Macromedia Dreamweaver "swapImage"

    <td width="254" img src="image_big_1.jpg>" name="bigone" width="355"
    border="0" id="bigone"></td>

    <td width="50" height="50"><a href="javascript:;"
    onMouseOver="MM_swapImage('bigone','','image_big_2 .jpg',0)"
    onMouseOut="MM_swapImgRestore()"><img src="img_preview_1.jpg" name="img_small1"
    width="50" height="50" border="0" id="img_small1"></a></td>
    <td width="50" height="50"><a href="javascript:;"
    onMouseOver="MM_swapImage('bigone','','image_big_3 .jpg',0)"
    onMouseOut="MM_swapImgRestore()"><img src="img_preview_2.jpg" name="img_small2"
    width="50" height="50" border="0" id="img_small2"></a></td>


    Viel Gl?ck
    Marisa


    fantonnet Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139