Javascript I'd imagine they have a large menu Div that is set to display:none in the CSS
When you click the tab the div becomes visible Look into the onclick event: http://www.w3schools.com/jsref/jsref_onClick.asp and the prototype function 'toggle': http://www.prototypejs.org/api/element/toggle Gavin http://handyrailstips.com On Jun 26, 4:52 am, Bharat Ruparel <[email protected]> wrote: > The Rails Guides are at the following address: > > http://guides.rails.info/ > > They look really good. I am particularly interested in learning how to > create the nice looking pop-up menu when you click on the "Guides Index" > link. > > Does anyone know where can I find information on how to do create such > interface? > > Thanks. > > Bharat > -- > Posted viahttp://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 [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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

