I am looking for some help in creating a horizontal menu in HTML. The menu bar will contain menus such as "File", "Edit", "View", and when you hover over the mouse or click on the "File" menu (for example), a menu will appear displaying menu items such as "New", " Open ", etc.
Ideally, I would like to create menus and menus using pure HTML and CSS, but if necessary, I also have jQuery, Prototype and Scriptaculous. Does anyone know of good examples / tutorials from which I could draw inspiration?
EDIT : Thanks for all the links. I should have mentioned that I'm really looking for a tutorial that explains how to do yourself in HTML / CSS / JS, not the WYSIWYG tool that creates all the code for you.
Cheers, Don
Dónal source
share