Hello Everyone.. i have a problem with prototyoe and scriptacoulous.

I have this code...

document.observe('dom:loaded',function(){
                        $$('.nav3-grid').each(function(el){el.hide(); });

                        $$('.first').invoke('observe','mouseover',function(){
                                        $$('.nav3-grid').each(function(el){
                                                if(el.visible()) 
Effect.SlideUp(el.id,{duration:.7});
                                        });
                                        
Effect.SlideDown(this.next().id,{duration:.7});
                        });
});

And i have this problem, when i pass the mouse over all the .first,
all of the divs pop out one infront of the other one and it looks
horrible... how can i solve that?..if anyone knows, please tell me,
i'm new and im traying very hard to learn :D

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to