This is over my head at the moment, so I will need to start out small
and work my way up. I'm trying to do something really simple, which is
just to add the queue to my inline event. If I can be confident that
that works, then I'll try the no-inline-event method. Here is my
existing code:

<div class="posnavtext1"><a onmouseover="$('navicon1').appear
({duration: 0.3}); return false;" onmouseout="$('navicon1').fade
({duration: 0.3}); return false;" href="index.asp">HOME</a></div>
<div id="navicon1" class="posnavicon1" style="display: none;"><img
src="art/ic_homeHover.gif" alt="Home" width="71" height="55"
border="0" /></div>

I tried adding this:

, queue:{scope: element.identify(), position: 'end'}

...in various places, but I can't get it to work. The effect doesn't
happen at all, it must be a syntax problem? What must I do to simply
implement the queue, by sending the event to the "end" of the queue?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to