I'm at the point in a Rails application I'm working on where I need to put in a Javascript menu. Before I walked down a path others have already covered I thought I'd ask for any guidance. Anyone have any pointers?
Thanks,
C
···
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Chris Dempsey:
I'm at the point in a Rails application I'm working on where I need to put
in a Javascript menu. Before I walked down a path others have already
covered I thought I'd ask for any guidance. Anyone have any pointers?
Do you really need Javascript?
See Eric Meyer's article on Pure CSS Menus:
http://www.meyerweb.com/eric/css/edge/menus/demo.html
To make it work on the world's most popular browser, though, you need a
little Javascript. Try "IE7":
http://dean.edwards.name/IE7/
Cheers,
Dave