MyBB Community Forums

Full Version: Drop Down Menus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you code a menu to drop down automatically when scrolled over. Right now i'm using the javascript click to drop down, but i would like it to automatically do it when my cursor goes over the button.
If using prototype then you'd use this:

Event.observe('target', 'mouseover', function(event) {
// ...
});
is there anyway to do it without javascript, so people that have javascript disabled would still be able to see all of the menu?
Make CSS Menus then: http://purecssmenu.com/
thank you yaldaram, didn't think of that Confused +rep
(2010-12-18, 05:31 PM)Yaldaram Wrote: [ -> ]Make CSS Menus then: http://purecssmenu.com/

wait, how do i keep it with the current css style? because i'd like to add this to a menu that already exists on a website, i'm not looking to design a new one.
You can adjust CSS colors and images to look similar to your theme Smile