This script is based on: http://www.knallgrau.at/code/unordered-list-as-dropdown-menu
Compatibility
Firefox 2 (linux + win): ok
Opera 9.20 (linux): ok
Internet Explorer 7: ok
Other browsers may function
Installation
You need these files:
menu.js
menu.css
menu.htm
and the scriptaculous files.
Nice script, but small question
“How connect effects for this script?”
p.s.
sorry for my English
nice. yet I dont see where scriptaculous comes in. Also I ported the css file to SASS (http://snippets.dzone.com/posts/show/6018)
Very useful, thank you!
i like scriptaculous and prototype, but this can be done with css, and css only.
css only menus are not compatible to older browsers like IE 6
Thanks for the useful menu sample.
Greate scripts, thank you. My only question is that in IE6 the menu comes up *behind* any combos box fields. Any ideas how to change Z order or hide the offending combo boxes, so the menu is always on top?
Thanks again
It works in IE 6. Thanks!
CSS only is nice, but notice the delay on mouse out, you cannot do this with css alone. It seems minor, but it is a major improvement to usability.
Ray, if you dig through the code you can see the mouseout timer. It’s on line 221 of menu.js. Change the 300 (ms) to 0 and you’re all set.