I'm not seeing it in IE 7 here. Are you on dial up or otherwise have less than the fastest connection possible? If so, it may be that the stylesheet isn't loading in time. Try moving it above the script tag:
Code:
<link href="thumbnailviewer.css" rel="stylesheet" type="text/css" />
<script src="thumbnailviewer.js" type="text/javascript">
/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Bookmarks