WebMenu
Let’s start by identifying elements of a menu. One menu consists of number of submenus. One submenu consists of number of items. There is no better way to define those elements than in HTML/CSS. The problem is how to make all those elements work together. Here is a Javascript menu controller that allows menus to be built out of submenus by attaching them to each other like building blocks. To build the menu:
- Define all menu elements in HTML/CSS
- Include fs-webmenu.js file
- Use wmItemOn function to attach submenus
Version 1.2 includes contributions by Manuel Romeiro.
To view users feedback, please visit HotScripts.
Demo link:
Download link:
Screenshot:
