Displaying 1 result from an estimated 1 matches for "handleidx".
Did you mean:
handled
2006 Jun 30
1
Very Strange IE behavior
Hello
With your help I managed to programm a nice slider page:
http://www.vum.ch/schulfernsehen/
It works fine on IE and FF.
So I integrated the page into the clients CMS....
now its not working sometimes on IE. Error on line 155 file slider.js
(this.handles[handleIdx].style[this.isVertical() ? ''top'' : ''left''] =)
http://www.orientation.ch/dyn/test_int.asp
???
No JS Errors in the FF JS-console. Thereore it can not be an double
variable declaration or something like that.
to make sure everything was ok I tripplecheck the inl...