<ul id="menu">
<li id="nav_home" class="fade-in"><a href="/">Home</a></li>
<li id="nav_archives"><a href="/archives">Archives</a></li>
<li id="nav_contact" class="fade-in"><a href="/contact">Contact Me</
a></li>
<li id="nav_google"><a href="http://google.com"
rel="external">Google</a></li>
</ul>
----------------------
new Effect.Opacity('fade-in', { from: 0, to: 1, duration: 1.5 });
Is it possible to fire scriptaculous effects with a class name rather
than an ID? I tried putting $$('fade-in') , but that did not seem to
work.
Thank you for the help.
Jacob
--
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.