Click to See Complete Forum and Search --> : Beginer needs help


rockwell10
12-29-2005, 03:56 PM
Hi
I want to use the slide down menu script as per this link:

http://javascript.internet.com/navigation/slide-down-menu.html

I have followed the instruction but it does not work. Do I need a .js file in my web for this to work and if so what is it.
Can you guide me on what exactly needs to be pasted in to my page.

I tried the following but it did not work either:
I opened the page above and "viewed source" and copied it into a front page page. When previewed it would not display the menu demonstration.
Any help would be appreciated or if anyone can direct me to another similar type of menu I would b grateful.
Garry

FromU2ME
12-29-2005, 04:13 PM
You'll need this file to work: sliding_menu.js (http://javascript.internet.com/navigation/sliding_menu.js), as it says in the code

<script language="JavaScript" src="sliding_menu.js"></script>
Simply download the file and place it in the same folder as your other HTML file, and it should work fine.

This time JavaScript Source screwed it up by not placing a link to the download file... :rolleyes:

rockwell10
12-29-2005, 04:39 PM
Worked first time!!
A million thanks.
Garry