Hello -- I am using "Smooth Navigational Menu" but have ran into an odd problem. I moved the menu CSS + JS files into a folder named "css" along with my standard CSS file. The menu structure is like this:
z:sitename/CSS/
If I have my "default.htm" in the "sitename" folder, then point to my CSS with href="css/ddsmoothmenu.css" it works fine. Standard CSS and the menu both.
If I move the file into a folder like:
z:sitename/page/ then change my path to show like this:
href="../css/ddsmoothmenu.css" /> it no longer works. However, my
rel="stylesheet" href="../css/basiccss.css works fine, so I'm confused. I believe I am pointing at the right folder, since the basiccss is working fine. (the basic css for the page)
I changed the following paths (although I'm not currently using the verticle):
<link rel="stylesheet" type="text/css" href="../css/ddsmoothmenu.css" />
<link rel="stylesheet" type="text/css" href="../css/ddsmoothmenu-v.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="../css/ddsmoothmenu.js">
contentsource: ["smoothcontainer", "../css/smoothmenu.htm"]
Those are the same ones I changed when I was one folder above and it was working fine. I cannot see where there is an issue at, it looks to me like it is exactly the way it should be. Again, the ../css/basiccss.css works fine for my regular CSS, so I'm lost.
To recap, it works fine when all in the same folder using just "ddsmoothmenu.js" it works fine when in a sub folder called CSS with "css/ddsmoothmenu.js", but a sister folder it does not work with "../css/ddsmoothmenu.js" but using the same path my standard css does.
Anyone had similar issues?
Thanks,
David



Reply With Quote

Bookmarks