http://canadaonrails.com/ (when you hover over news and events) I''ve seen this implemented on a few rails sites now and I was just wondering if it is just a simple javascript from the prototype library. Does anybody know of any links on how to do this? Thanks in advance! -- Posted via http://www.ruby-forum.com/.
This is an Effect.Blinddown called from the onmouseover event. It''s in the scriptaculous library. See ActionView::Helpers::ScriptaculousHelper in the api. -- Wes On 3/22/06, Jordan Isip <jordanisip@yahoo.com> wrote:> > http://canadaonrails.com/ (when you hover over news and events) > > I''ve seen this implemented on a few rails sites now and I was just > wondering if it is just a simple javascript from the prototype library. > Does anybody know of any links on how to do this? > > Thanks in advance! > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -- Wes -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060322/5d3d2c3f/attachment.html
Thanks Wes. I knew it had to be one of those... Jordan Wes Garrison wrote:> This is an Effect.Blinddown called from the onmouseover event. > It''s in the scriptaculous library. > > See ActionView::Helpers::ScriptaculousHelper in the api. > > -- Wes > > On 3/22/06, Jordan Isip <jordanisip@yahoo.com> wrote: >> Posted via http://www.ruby-forum.com/. >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > > -- > > -- Wes-- Posted via http://www.ruby-forum.com/.
Nate Brown, the organizer of Canada on Rails and creator of this *excellent* site, is on this list... Nate, do you have a sec to tell Jordan about the "News and Events" slide-down panel? b PS: I feel compelled to point out that I''ve never responded to a post on any list by asking someone else to take the time to post, but this is a very cool effect and the first time I''ve seen it anywhere.... I''m extremely intrigued. Jordan Isip wrote:> Thanks Wes. I knew it had to be one of those... > > Jordan > > Wes Garrison wrote: > >>This is an Effect.Blinddown called from the onmouseover event. >>It''s in the scriptaculous library. >> >>See ActionView::Helpers::ScriptaculousHelper in the api. >> >> -- Wes >> >>On 3/22/06, Jordan Isip <jordanisip@yahoo.com> wrote: >> >>>Posted via http://www.ruby-forum.com/. >>>_______________________________________________ >>>Rails mailing list >>>Rails@lists.rubyonrails.org >>>http://lists.rubyonrails.org/mailman/listinfo/rails >>> >> >> >> >>-- >> >> -- Wes > > >