I am working on a project which incorporates the script.aculo.us
SlideDown effect.
The HTML is as follows:
<li class="picture" onmouseover="Effect.toggle('picture1', 'slide');"
onmouseout="Effect.toggle('picture1', 'slide');">
<div id="picture1" style="display: none;"><div></div></div>
<div id="picture1-bottom" class="picture-bottom"></div>
</li>
You can see the use here http://www.lineone.ca
Now it seems to do as its supposed to, however a logic error soon
arrives. If the user mousesout before the slidedown is finished, it
will not automatically slide back up as it should. Its not a huge
issue at the moment but I would like to find a fix to it. It also
seems relatively buggy and not very user friendly at the moment. I
would really like to get this issue fixed as soon as possible, so any
help would be greatly appreciated.
How should I go about fixing this issue?
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---