Firstly, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:
Code:
/*
Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com)
Copyright 2002 by Sharon Paine
Visit http://www.dynamicdrive.com for this script
*/
Regarding your question, looks like this script fell through the cracks in terms of an IE positioning bug. Firstly, in the HEAD section of your page, find the line:
Code:
var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;
var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : standardbody
The line in red is new. Add it directly below the line above it.
Then, just do a search and replace, searching for "document.body" and changing that to "standard".
That should do it.
Bookmarks