954,174 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Spry Menu Problem!

Hi, I recently created a website with a spry dropdown navigation bar. On preview from Dreamweaver CS4, in Firefox, IE, Opera, Chrome, all elements work properly and the dropdown menus work as well. However, when I upload it to my server at the domain http://www.kcsslibrary.com , the dropdown menus do not show up on rollover. I don't know what is going on. The .js file and .css file are both appropriately linked to the root folders as well.

The dropdowns are supposed to be displayed under 'online resources' and 'citing your work'

All help appreciated! Thank You.

delbois1651
Newbie Poster
4 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

just a suggestion, did u check if javascript is enabled. If its disabled, then the drop down funtionality would not work.

or

this question posted in the forum here might help you http://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=26011&sid=66eaa175fcae36bceb00fc6c26f6801f

c_rob
Newbie Poster
6 posts since Feb 2010
Reputation Points: 10
Solved Threads: 1
 

Hi, I recently created a website with a spry dropdown navigation bar. On preview from Dreamweaver CS4, in Firefox, IE, Opera, Chrome, all elements work properly and the dropdown menus work as well. However, when I upload it to my server at the domain http://www.kcsslibrary.com , the dropdown menus do not show up on rollover. I don't know what is going on. The .js file and .css file are both appropriately linked to the root folders as well.

The dropdowns are supposed to be displayed under 'online resources' and 'citing your work'

All help appreciated! Thank You.

Your Spry script is not loading!
Check the location of your spry lib., and/or move it from the cgi-bin folder if its really there.
and update / correct your source location on your code.

<script src="cgi-bin/SpryMenuBar.js" type="text/javascript"></script>
Troy III
Practically a Master Poster
609 posts since Jun 2008
Reputation Points: 120
Solved Threads: 80
 

Your Spry script is not loading! Check the location of your spry lib., and/or move it from the cgi-bin folder if its really there. and update / correct your source location on your code.

<script src="cgi-bin/SpryMenuBar.js" type="text/javascript"></script>

Hey, so the file was in /cgi-bin but for some reason the html file didn't link to it...so I just created a new folder scripts/SpryMenuBar.js ,moved the file, and updated all the links....now it works!

Thank You!!

delbois1651
Newbie Poster
4 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

Hey, so the file was in /cgi-bin but for some reason the html file didn't link to it...so I just created a new folder scripts/SpryMenuBar and updated all the links....now it works!

Thank You!!


I know, that's why i told you to move it.
p.s.
you should mark the threat solved

Troy III
Practically a Master Poster
609 posts since Jun 2008
Reputation Points: 120
Solved Threads: 80
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You