Re: menu shadows
2004/11/02 10:47
Viewed 12309 times
Replies: 1/1

It should work just fine if you declare the correct URL to DynarchMenu before loading the main script, like this:

<script type="text/javascript">
_dynarch_menu_url = "/products/hmenu/";
</script>

<script type="text/javascript" src="/products/hmenu/hmenu.js"></script>
<link rel="stylesheet" src="/products/hmenu/skin-aqua.css" />

The above declares the URL as “/products/hmenu/

Re[2]: menu shadows
2004/11/02 11:33
Viewed 13636 times
Replies: 0/0

It works now. I did not have the correct setup. What I did NOT do is move the src directory contents into the hmenu folder in the website and eliminate the src directory. This was a confusing point in the documentation since I thought I just needed to put the src directory under the hmenu directory.

Thanks!

last
Google