Results 1 to 3 of 3

Thread: Slashdot Menu - novice in need of help

  1. #1
    Join Date
    May 2007
    Location
    Mythica
    Posts
    24
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Slashdot Menu - novice in need of help

    1) Script Title: Slashdot Menu
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/slashdot.htm

    3) Describe problem: So I have added this menu to my sight and I have costomized easly enough.



    my problem is where do I put the "sdmenu.js"? I'm self taught on the computer and still need help from time to time especially when trying something new. Any help would be appreciated.

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    you can put it where-ever you want on your server, but usually most people like to keep their scripts in 1 folder. then for every page that is using this menu you put the following in your <head> tags

    Code:
    <script type="text/javascript" src="/path/to/sdmenu.js"></script>

  3. #3
    Join Date
    May 2007
    Location
    Mythica
    Posts
    24
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Ok so I entered it as thus... and I get no action, the menu remains expanded.

    Code:
    <script type="text/javascript" src="/public_html/pixel2/scripts/sdmenu.js"></script>
    <title>Slashdot's Menu</title>
    	<link rel="stylesheet" type="text/css" href="menufiles/menu.css">
    	<!--[if IE]><link rel="stylesheet" type="text/css" href="menufiles/menuie.css"><![endif]-->
    	<script type="text/javascript" src="menufiles/menu.js"></script>

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
  •