Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
Please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:
Warning: Please include a link to the DD script(s) in question in your post. See
this thread for the proper posting format when asking a question.
That said, since it's IE, you might try getting rid of defer="defer":
Code:
<script type="text/javascript" src="thumbnailviewer2.js" defer="defer">
/***********************************************
* Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
from the script tag. This often helps with problems in this script in IE and has no effect on other browsers. Another thing would be to set a return false on the links to prevent their firing before the script initializes, ex:
Code:
<a href="images/020_gogohamster_1.jpg" onclick="return false;" rel="enlargeimage::click"
But it may be another script on the page changing the return value. Try it without any other scripts and see if that fixes it. If so, we will have to find which script is causing it.
Bookmarks