[Prototype-core] Re: working in firefox, not in IE7...big surprise

2008-12-11 Thread Lokamaya
Maybe changing {insertion: Insertion.Top} with {insertion: 'top'} will help. Prior to Prototype 1.6 and above, notation 'Insertion.Top' (and like) has been deprecated. Just supply 'top', 'bottom', etc as string. Near your code below: --- function ShowMain(auto) { ... {insertion: Insertion.Top}

[Prototype-core] Re: working in firefox, not in IE7...big surprise

2008-12-11 Thread joe t.
On Dec 4, 7:07 pm, jsnoob80 [EMAIL PROTECTED] wrote: Can anyone help me debug this? http://www.promoventures.com/clients/indexNEW.php 1: As noted in the previous reply, your {insertion: Insertion.Top} is a deprecated notation. Unfortunately, some of the Prototype API docs examples aren't

[Prototype-core] Re: Prototype in 10 steps... what are they?

2008-12-11 Thread joe t.
On Nov 18, 5:11 am, T.J. Crowder [EMAIL PROTECTED] wrote: ... 1. Master the $ and $$ Functions 2. Use instance methods to perform common tasks on elements 3. Master event observing (including delegation) 4. Push the envelope with Ajax 5. Use Enumerable to manage collections 6. Master