[Proto-Scripty] Re: appear is flickering

2008-09-08 Thread el_bob
Here's an example how: > > id="goLeft" > onmouseover="if(!Element.visible('leftArr')){new > Effect.Appear('leftArr')}" > onmouseout="if(Element.visible('leftArr')) {new > Effect.Fade('leftArr')}" > onclick="g

[Proto-Scripty] Re: appear is flickering

2008-09-08 Thread el_bob
Here's an example how: > > id="goLeft" > onmouseover="if(!Element.visible('leftArr')){new > Effect.Appear('leftArr')}" > onmouseout="if(Element.visible('leftArr')) {new > Effect.Fade('leftArr')}" > onclick="g

[Proto-Scripty] appear is flickering

2008-09-08 Thread el_bob
i tried it like this, i tried it just using the id="leftArr" on the image itself, but regardless of how i code it, i keep running into the same issue - when i am moused over the div (it's about 400x400, and the image is about 60x60), everything works fine. if i'm moused over the image itse

[Proto-Scripty] Builder.node('div', 'ie6 isn't taking this')

2008-09-06 Thread el_bob
hi guys - in an external JS, 3 functions being called, each using info form an array, each one of them doing basically this: Event.observe(window, 'load', initAll, false); -- function initAll(){ init(); init2(); init3(); } function init(){ // adds each i