Hi, If you're new to this stuff, it's well, well worth your time to spend an hour reading through the full Prototype API. It literally takes an hour or less (a couple of hours if English is not your first language): http://prototypejs.org/api.
The specific thing you're looking for is: http://prototypejs.org/api/event/stop You might also consider using Event.observe rather than declaring handlers in your HTML: http://prototypejs.org/api/event/observe HTH, -- T.J. Crowder tj / crowder software / com On Oct 1, 3:09 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Really a flasher, but i got to implement some AJAX and script.aculo.us > on this one site. > > so i've got a mouseover on a container div, but the anchor children > does all the firing. > > <div id="levelOne" onmouseover="new Effect.Move ('levelTwo',{ x: 270, > y: 0, mode: 'absolute',transition: Effect.Transitions.spring});" > onmouseout="new Effect.Move ('levelTwo',{ x: 120, y: 0, mode: > 'absolute',transition: Effect.Transitions.spring});"> > <ul> > <li class="first"><a href="" class="">Lorem ipsum</ > a> </li> > <li class=""><a href="" class="">Lorem ipsum</a> </ > li> > <li class=""><a href="" class="">Lorem ipsum</a></ > li> > <li><a href="" class="">Lorem ipsum</a></li> > <li><a href="" class="">Lorem ipsum</a></li> > <li><a href="" class="">Lorem ipsum </a> </li> > <li><a href="" class="">Lorem ipsum</a></li> > <li><a href="" class="">Lorem ipsum</a></li> > <li class="last"><a href="" class="">Lorem ipsum.</ > a></li> > </ul> > </div> > > How would i stop the event getting pasted down? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
