It depends on what you're trying to achieve. Pure CSS menu's roll out on mouseover, have no effects. If you want to trigger a menu on mouseup or you want some fancy fade in, you'll need to use javascript.
On 09 Sep 2007, at 12:36, Antonio CS wrote: > I think there are menus that are full CSS, no need for javascript > > On 9/9/07, Ed C. <[EMAIL PROTECTED]> wrote: > > Hi - > > It's real easy, just create a menu by nesting UL tags, then styling it > w/ CSS and handling the mouseovers w/ prototype & scriptaculous > effetcs. I did something similar for my company; > http://interlinkone.com/ Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
