Hi. I want to use this thumbnail viewer - http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm but change the position where the large image is first displayed. Is this possible and could somebody please point me in the direction of how. Thanks.
I really didn't look at the code all that close, but if the image is supposed to be displayed within the div, you need to set the top/left positions. The following, for example,
would position 100 pixels from the top & left. Note, however, that since the positioning is absolute, it may not exactly reflect what you think it will.
Bookmarks