View Full Version : hyperlinks not working
creative
06-04-2005, 07:16 PM
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
cr3ative
06-04-2005, 07:28 PM
Nice username. Scary.
*blinks*
As to your question, that's a nice easy one to solve:
Your code should be changed from this:
<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:
<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
creative
06-04-2005, 11:46 PM
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
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.