Re: menu shadows
2005/09/05 10:44
Viewed 7839 times
Replies: 2/3

Hi there

I seem to be having the same problem. The css load fine, but I just cannot get the shadows to show up. I am testing this under localhost, and my url is :
http://localhost/indagodmp/home.aspx

My code looks like this:
!— declare the menu location —>
<script type="text/javascript">
_dynarch_menu_url = "/hmenu/";
</script>
<style type="text/css">
@import url("hmenu/skin-xp.css");
</style>
<!— load the menu program file —>
<script type="text/javascript" src="hmenu/hmenu.js"></script>

I have tried hmenu in every which way but sunday, with no luck. Any suggestions?

PS: Thanks for a great product, definitely going to link you.

Re[2]: menu shadows
2005/09/05 12:37
Viewed 9577 times
Replies: 1/1

Check this reply: http://www.dynarch.com/forums/98 — basically, you need to define the path to the DynarchMenu files in a JavaScript global variable, before loading hmenu.js.

last
Re[3]: menu shadows
2005/09/05 20:13
Viewed 11142 times
Replies: 0/0

Hi Mihai

As you can see, I did declare it before loading the hmenu.js script. It works fine when I look at it through Frontpage for instance, but as soon as I look at it through my browser then the shadows is not there any longer. Any other suggestions?

Thanks!

last
Re[2]: menu shadows
2005/10/01 04:26
Viewed 9073 times
Replies: 0/0
by Kirk

Remove the forward-slash before hmenu in your path declaration. I know it sounds weird, but it got it working for me and I have my hmenu directory buried 2 levels deep.

Hope this helps,
-Kirk

last
Google