Get rid of the defer attribute (from your source code, highlighted):
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>
I know the demo page says to use it, but for some reason, with all those other scripts on your page, IE needs to use a different initialization method. Fortunately several are built into the thumnailviewer2.js script, and an appropriate one will take over for IE, once this defer attribute (which only IE would use anyway) is removed.
Bookmarks