Results 1 to 5 of 5

Thread: submenu

  1. #1
    Join Date
    Dec 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question submenu

    I placed all files as it says in readme.txt in http://www.dynamicdrive.com/dynamici...men3/index.htm
    at Top Navigational Bar III (v3.5.1)
    but can not get any result.
    Nothing shows.

    this part is filled out :
    <script type="text/javascript" language="javascript" src="sniffer.js">

    <script type="text/javascript" language="javascript1.2" src="custom.js"></script>

    <script type="text/javascript" language="javascript1.2" src="style.js"></script>

    <script type="text/javascript" language="javascript1.2" src="menu.js"></script>

    Where should I add :

    -menu_ie4.js
    -menu_ie5.js
    -menu_moz.js
    -menu_ns4.js
    -menu_op5.js
    -menu_op6.js

    How it says in readme.txt to add to"menu.js" , but somthing I am doing wrong.
    PLease, help.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    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:

    Code:
    </head>
    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:

    Code:
    </body>
    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
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Dec 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    smthing I can't get :-(

    to be spesific , I need to add submenu to www.easyto.eu for Events.
    ?????

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    What is it you can't get?

    Check off the following from the list:

    1) download the zip file from http://www.dynamicdrive.com/dynamici...men3/index.htm

    2) unzip the file to your desktop.

    3) FTP the contents of the folder named "topmenu3" to your website.

    4) edit the page "index.html" to show the changes I made above (use notepad to edit this file)

    5) upload the edited index.html back to the website.

    6) edit the custom.js file with notepad to include your links/pages

    7) re upload the custom.js to your website.

    Thats it. refresh your page in your browser and it should be there
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Dec 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I did it !!!!

    Thanks alot!!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •