Okay... you have 10 files to upload to your server. All the files in the zip except the favicon, the readme and the template.
Once you have all 10 uploaded, open the page you want to have the nav menu appear on in notepad.
you should see this tag near the top:
just ABOVE that add the lines in the readme.txt so your page looks like:
Code:
<script type="text/javascript" language="javascript" src="sniffer.js">
/***********************************************
* Top Navigational Bar III v3.5 (By BrotherCake- brothercake.com)
* Exclusive permission by Dynamicdrive.com to include script in archive
* For this and 100's more DHTML scripts, visit http://www.dynamicdrive.com/
* This notice MUST stay intact for legal use
***********************************************/
</script>
<script type="text/javascript" language="javascript1.2" src="custom.js"></script>
<script type="text/javascript" language="javascript1.2" src="style.js"></script>
</head>
Then, scroll down until you see this tag:
Then add the lines from readme.txt so it looks like:
Code:
<script type="text/javascript" language="javascript1.2" src="menu.js"></script>
</body>
Save the file and reupload it to your server. Browse to the page in your browser and it should work.
To make your own links open the "custom.js" file in notepad, find the links listed, change to your own save, and re upload to the server.
That is all there is too it
Bookmarks