[Proto-Scripty] Re: Slidedown and Slideup Problems

2009-07-22 Thread brandon
d you probably will have no trouble. > > Walter > > On Jul 22, 2009, at 12:19 PM, brandon wrote: > > > > > > > The Effect.Slidedown and Effect.Slideup effects are working. My > > problem is that when I click on the link to initiate the effect, my > > div jum

[Proto-Scripty] Slidedown and Slideup Problems

2009-07-22 Thread brandon
The Effect.Slidedown and Effect.Slideup effects are working. My problem is that when I click on the link to initiate the effect, my div jumps up or down like 10px, slides up or down, then the content and div jump back the initial 10px. The demo on scriptaculous works fine. I am even copying the co

[Proto-Scripty] Re: IE issue when with 'new Element' : expected identifier, string or number

2008-10-30 Thread Brandon Casci
gt; Just put 'class' in quotes, it's a reserved word in JScript. The > example in the docs[1] has it in quotes for that reason, I suspect. > [1] http://www.prototypejs.org/api/element > > HTH, > -- > T.J. Crowder > tj / crowder software / com > > On Oct 30,

[Proto-Scripty] IE issue when with 'new Element' : expected identifier, string or number

2008-10-30 Thread Brandon
Internet Explorer throws 'expected identifier, string or number' when it loads a JS script that contains a new Element statement, like this: new_song_info_div = new Element('div', {class : 'song_info'}); It took me a while to figure out this was the issue too, because the script debugger that co