Well. Looking at their source it looks like all they are doing is:
Code:
target="_blank"><IMG SRC="PATH/TO/IMAGE.jpg"
border=0 border=1 style="border-color: [HEX COLOR CODE]"
onmouseover="showtrail('[IMAGE URL]')" onmouseout="hidetrail()"
Now, I am not a javascript guru like some on this forum, but i am pretty sure that is how it is handled. Just get familiar with javascript functions, especially those used A LOT (onmouseout, onmouseover, etc...) and get familiar with the code framework style. Hope it works!
-GT
ALSO:
The image being called for in this section
Code:
<IMG SRC="PATH/TO/IMAGE.jpg"
is the thumbnail image. The image being called for here
Code:
onmouseover="showtrail('[IMAGE URL]')"
is the larger image that will pop-up.
Bookmarks