|
This menu comes to you from helping another Homestead member. It can be configured as a horizontal menu as shown above or as a vertical
menu as shown on Dynamic Drive's web site. This latest version
fixes a Mozilla bug and can be used on personal or commercial
web sites as long as the files mentioned below are downloaded
from Dynamic Drive and you use their version of the script
with their credits.
There are two .js files in this menu which comes zipped together. One of the files, exmplmenu_var.js, needs to be configured in NotePad or another editor for
your menu colors and links, then uploaded along with the other file, menu_com.js, to your Files directory. Read the config.htm file for more details on configuring exmplmenu_var .js. Below is the script which you need to enter into the Insert HTML element and place at the top of your page.
Note the changes (in red) that are made to the script to
locate the two .js files from your Files directory in your
Homestead account. (For non-SiteBuilder users, that means
directly after the <body> tag and without the files/
references.)
<script type='text/javascript'>
//HV Menu v5.411- 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='files/exmplmenu_var.js'></script>
<script type='text/javascript' src='files/menu_com.js'></script>
<noscript>Your browser does not support script</noscript>
Click window close to return to the
Scripts
Index page
|