Hey Thomas, I'm definately no guru when it comes to IE's fun randomness, but here're a couple thoughts:
1) You've got your <script> include blocks in the body. I'm not sure what the ramifications of NOT having them in the header are, but it's not "the right way" to include the scripts. 2) Your new slider include is at the end of the page as well. Perhaps that include also could be moved to the header of the page, and at the end of the page, use the [[CDATA]] block and an inline <script> block to initialize them. Just some quick thoughts, -Jerod On 6/30/06, Thomas Lohbeck <[EMAIL PROTECTED]> wrote:
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
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs