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
-~----------~----~----~----~------~----~------~--~---