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
on 2008-07-06 07:27
on 2008-07-07 18:04
All: Please don't reply to this here; the OP has reposted it to the new group: http://groups.google.com/group/prototype-scriptacu... -- T.J. Crowder tj / crowder software / com