Hi, your best bets is using Dhtml, ive added a code below, the menu's impressive list of features makes it one of the best scripts of its kind today:
Ability to act either as a horizontal or vertical menu (through toggle of a single variable)
Multi-level submenus supported (ie: 3 levels down)
Menu interface completely customizable (color, alignment etc)
Drop down in another frame supported (frames support)
Functional in all major DHTML browsers- IE4+, NS4, NS6+, Opera7+
Insert below the <body> tag.(immedietly after the body tag)
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='exmplmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
<noscript>Your browser does not support script</noscript>
plus you will have to download this file
Menu
and upload the containing two .js files "exmplmenu_var.js" and 'menu_com.js", plus the three image files (tri.gif, tridown.gif, trileft.gif) into your webpage directory. All customizations to the menu is done in the former .js file (exmplmenu_var.js).
You're done, at least as far as installation goes
Customizing the menu- more information
Customizing this script is relatively straightforward, assuming you take the time to read up on its documentation. Contained inside "hvmenu.zip" are several helper files:
-install.htm (basically a repeat of the above instructions)
-install-frames.htm (install instructions for setting up menu across frames. Ignore unless relevant)
-config.htm (MUST read. Description of the various variables in "exmplmenu_var.js")
-example.htm (example of menu)
The most important file to read is "config.htm", which contains a thorough description of "exmplmenu_var.js", the external JavaScript you need to modify to customize the menu.
Note: If you wish to install the menu on a page containing frames (so the menu resides in one frame, and the resulting sub menus drop down in another), refer to "install-frames.htm" over install.htm.
Good luck!
Mik
