Results 1 to 3 of 3

Thread: hyperlinks not working

  1. #1
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post hyperlinks not working

    I downloaded jimmenu57 the other day a dhtml drop down menu. I have it configured and loaded on the page and cannot get the links in the menu to work. Can anybody help? url: www.70.85.145.66/~simaging. The config.js is in the root folder. Any input would be helpful. I need to launch this site soon.

    GL

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nice username. Scary.

    *blinks*

    As to your question, that's a nice easy one to solve:
    Your code should be changed from this:
    Code:
    <script type="text/javascript" src="includes/browser.js">
    
    /***********************************************
    * Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
    * Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
    * This notice must stay intact for use
    ***********************************************/
    
    </script>
    <script type="text/javascript" src="resources/config.js"></script>
    To this:
    Code:
    <script type="text/javascript" src="includes/browser.js">
    
    /***********************************************
    * Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
    * Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
    * This notice must stay intact for use
    ***********************************************/
    
    </script>
    <script type="text/javascript" src="config.js"></script>
    So that it uses the config.js in the root folder which is the correctly configured one.

    cr3
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you.

    Thank you. I feel like an idiot. But sometimes extra eyes just make it easier. I am also having trouble with the floating part of the navigation. I have a centered 800x600 site and I want the menu to stay with it regardless of stretching the browser. Can this script accomplish this?

    Thank you.

    GL

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
  •