Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
B Yates #1
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
-
HSlider Thumb Size
I know this question has been http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=346&threadid=... -
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.... -
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... -
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... -
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... -
fantonnet #2
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



Reply With Quote

