Here are the lines (138 & 139 - sometimes it is the preceding line) that might be indicated:
Code:
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=obj.degree/100
That should probably be:
Code:
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=this.degree/100
However, this credit (from your source code) shows that you are using an outdated version:
Code:
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
Upgrade to v1.51:
http://www.dynamicdrive.com/dynamici...nslideshow.htm
Bookmarks