[Proto-Scripty] Effect.Morph zIndex style not working

2011-07-27 Thread The Dark Lord
I have gone through the code and i cannot figure out why the zIndex property is not being recognized. Here is the copy of the script from scriptaculous String.prototype.parseStyle = function(){ var style, styleRules = $H(); if (Prototype.Browser.WebKit) style = new

[Proto-Scripty] IE stack overflow

2011-03-15 Thread The Dark Lord
I'm so sick and tired of IE... i wish they would just burn it... I'm having issues with a stack overflow and i read that the stack overflows are created from a problem with javascript, so i enabled the debugging of IE and it gave me this error message Object doesn't support this property or method

[Proto-Scripty] Re: IE stack overflow

2011-03-15 Thread The Dark Lord
ok, well as i said i was not a javascript guru, but i think i may have found the issue after going through the IE debugger... it appears that lightbox that i'm using is causing the issue with an endless loop or something which is causing the stack overflow. and it is the reason for the handler not

[Proto-Scripty] registry is undefined on line 5435

2010-06-27 Thread The Dark Lord
i'm new to using javascript and prototype and i'm trying to use the observe method, but i keep getting a registry is undefined on line 5435... i have tried different methods to get it to work, but have not yet figured it out... what i'm currently doing, is when the user clicks on the login link,

[Proto-Scripty] Re: registry is undefined on line 5435

2010-06-27 Thread The Dark Lord
forgot to put on here... the addy to the website i'm working this issue is http://generationranch.com/sites/sdc/ at the very bottom of the page under the little logo is a login link... it is invisible (same color as background)... if you click on it, you will see the errors i'm getting.. one of

[Proto-Scripty] Re: responseText issue

2010-06-27 Thread The Dark Lord
/updater/ HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / comwww.crowdersoftware.com On May 9, 3:04 am, The Dark Lord the_dark_lord12...@yahoo.com wrote: how can i explain this where it makes sense.. i have my index page, i have links that use prototypes

[Proto-Scripty] doc type

2010-05-08 Thread The Dark Lord
what is the best doc type to run prototype and scriptaculous? i'm running everything as strict, and i get a ton of warnings for scriptaculous and a handler not defined for prototype... Error: handler is undefined Source file: http://../js/prototype.js Line: 5476 and there are way too