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 inludes. I added an alertbox in the builder.js (to check if the file is loading) and then it worked fine for IE most of the time!
Very strange....

So we decided to "hack" in the alertbox for IE an added the folowing line in the builder.js if(navigator.appName == 'Microsoft Internet Explorer'){ alert('Interessencheck\nSchiebe den Regler bei allen 12 Fragen auf die Antwort, die für dich zutrifft.');}

As I said, it works fine for IE most of the time.
I have absolutly no clue at all what could this be.

Any help would be very nice
thanks a lot
thomaslausz



_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to