leblancs
12-19-2008, 10:19 PM
1) Script Title: Featured Content Slider 2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem:
I'm running the Featured Content Slider v.2.4, which runs smoothly on IE7, FF, and Safari, but on IE6 the script doesn't work and I get the following JavaScript error:
Line: 156
Char: 2
Error: The specified procedure could not be found.
At line 156, I find the following code:
if (typeof targetobject.filters[0].opacity=="number") //IE6
targetobject.filters[0].opacity=value*100
else //IE 5.5
targetobject.style.filter="alpha(opacity="+value*100+")"
Commenting out this statement dispels the error, but the script still doesn't work. With or without the offending statement, the featured content div's simply do not show up, but the pagination links do (but they don't seem to be active).
Any suggestions?
-M@
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem:
I'm running the Featured Content Slider v.2.4, which runs smoothly on IE7, FF, and Safari, but on IE6 the script doesn't work and I get the following JavaScript error:
Line: 156
Char: 2
Error: The specified procedure could not be found.
At line 156, I find the following code:
if (typeof targetobject.filters[0].opacity=="number") //IE6
targetobject.filters[0].opacity=value*100
else //IE 5.5
targetobject.style.filter="alpha(opacity="+value*100+")"
Commenting out this statement dispels the error, but the script still doesn't work. With or without the offending statement, the featured content div's simply do not show up, but the pagination links do (but they don't seem to be active).
Any suggestions?
-M@