[Proto-Scripty] Effect.Move position 'relative' problem in IE

2009-06-29 Thread Mike Glen
I am trying to make a div move back and forwards on the x axis but not change its y postion using Move This works as expected in Firefox but not in IE. In IE the div moves up to the top of the page instead of staying at the same y position Is there anything obvious I am doing wrong? code is be

[Proto-Scripty] Re: Help! Unable to defer function to run when interpreter is idle

2009-07-15 Thread Mike Glen
Paul Kim wrote: > Basically, this is the error I get from firebug when I run > slideshow.showSlide(i).defer(): > slideshow.showSlide(i).defer() is undefined > > How can I defer the showSlide() function so that when users click on > the buttons too quickly, it will wait for the interpreter to idl