<script type='text/javascript'>
//HV Menu v5- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
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>
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.
Upgrading from v5.0 to v5.41-
more information
For people upgrading from version 5.0 of HV menu to this
one (v.5.41), all of the changes to the menu takes place in the two .js files above,
meaning you'll just need to download, edit, and reupload these two files (contained
inside hvmenu.zip).
The code block containing your menu links have NOT changed
from v5.0 to v5.41, so you can just copy and paste this block from the old
exmplmenu_var.js file to the new. The rest of the work involves simply tweaking the
variables above the block to specify menu coloring and position.
Good luck! |