Hmm. It looks like I have a load area to work with that I didn't notice.
If I just insert my first large image within the div it seems that I'd have a default image.
Code:
<div id="loadarea" style="width: 600px">
<img src="MYIMAGEWOULDGOHERE.jpg" alt=""><br>
</div>
I'm not sure if the default image will be restored after the after the mouse out event but this line contained in the JS file looks promising:
Code:
hideimgmouseout: false,
//Hide enlarged image when mouse moves out of anchor link? (if enlarged image is hyperlinked, always set to false!)
I'll let ye know how it goes.
Thanks for the link!
Bookmarks