On 01 Jun 2007, at 08:30, chwagssd wrote:

> I love scriptaculous, and gzip it when I use it to about 10-15k.
> However, for a menu mouseover solution, I use an accessible css
> solution (yours sounds accessible too), that requires no library, just
> css... actually, have been using this guys css menus for 2 years now,
> cause they're so darn good. http://www.cssplay.co.uk/menus/ 
> tab_padding.html
> And I used this for a client at http://www.apexmediasd.com and it was
> easy to implement recursively.
>
> I just don't think that js is required when css does the trick much
> easier... what do you think?

It depends on how you want your menus to drop down. If you want the  
user to click before the menu opens, you're going to need javascript  
to bind the click event to the displaying of the menu. If you want  
some fancy visual effect instead of the instant display of the menu  
(when using css :hover), you'll need to use javascript again.

I tend to avoid javascript if there's no need for it, but happily use  
prototype/scriptaculous if my app calls for it.


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to