Hi all I am designing an applicaiton that needs horizontal and vertical menus, and I would like to know how to create them with RoR I am looking for something similar to the left vertical menu from Amazon (http://amazon.com) called Browse. And the horizontal menu on top of the pagewith tabs and links. Also the horizontal an vertical menus for this web site seems very user friendly http://mamboserver.com any suggestions? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Richard Conroy
2007-Sep-03 13:24 UTC
Re: How to create vertical and horizontal menus with RoR
On 9/2/07, Jose Pepe <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi all > > I am designing an applicaiton that needs horizontal and vertical menus, > and I would like to know how to create them with RoR > > I am looking for something similar to the left vertical menu from > Amazon (http://amazon.com) called Browse. And the horizontal menu on top > of the pagewith tabs and links. > > Also the horizontal an vertical menus for this web site seems very user > friendly http://mamboserver.com > > any suggestions?This is possible with just pure CSS. In Rails you would just assign a helper method to spit back the appropriate structure. Still there''s probably plugins out there that make all of this a bit more turn-key.> -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---