Spry Menu bar not showing on my site

pipecort26

New Member
Messages
4
Reaction score
0
Points
0
Hello,

I ´m new on this, please would appreciate if anyone can help me. I have created a horizontal Spry Menu using Dream Weaver CS5, It has 5 main menus and each of them has got more or less 6 submenus. I tested all on D W and works fine, then saved the files and upload them to the server. When I tried checking it doesn t show the spry menu bar http://cortelegalconsultancy.cz.cc.x10.mx/. I also upload every file i think was created with the spry but it doesn t seem to work.

Please can anyone help me on this? Does this server support spry menus? If it does, then how can i fix it?

My mail is felipecort@gmail.com

Tons of Thanks
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
You uploaded the .js scripts to the wrong place.
From the source of your index page:

script src="Scripts/swfobject_modified.js"
script src="SpryAssets/SpryMenuBar.js"
link href="SpryAssets/SpryMenuBarHorizontal.css"

so you have to make subdirectories Scripts and SpryAssets in public_html and put those scripts and possibly others (images for Spry, etc) in their proper places.
 
Last edited:

pipecort26

New Member
Messages
4
Reaction score
0
Points
0
Thank you for the information! Will try that

---------- Post added at 12:27 PM ---------- Previous post was at 11:34 AM ----------

Thanks again for help. I created an identical folder in public HTML called SprayAssets copy all the files SpryCollapsiblePanel.css
SpryCollapsiblePanel.js
SpryMenuBar.js
SpryMenuBarDown.gif
SpryMenuBarDownHover.gif
SpryMenuBarHorizontal.css
SpryMenuBarRight.gif
SpryMenuBarRightHover.gif
swfobject.js
swfobject_modified.js
expressInstall.swf
this is what i ve got on my source code on Dream Weaver:
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
</head>
But still it doesn t show up. How can i possibly fix this, please?

CHeers
 
Top