Re: Fixed positioning?
2004/10/30 07:54
Viewed 14063 times
Replies: 0/0

We will look into it. Definitely, this has to work as you intended.

last
Re: Fixed positioning?
2005/08/05 21:38
Viewed 9058 times
Replies: 0/0

I am having the same problem. The menu appears correctly until the user scrolls down. Then the menu works, but appears at the top of the page. Any help would be appreciated. I need to get this error fixed ASAP or be stuck trying to find a different solution.

last
menu shadows
2004/11/02 09:11
Viewed 9326 times
Replies: 2/6

I am looking at using the Dynarch menu and I cant get the menu shadows to display.  I suspect this may be due to the location of the hmenu directory in my site.  I have to put the hmenu directory one level below the root directory (for example  www.webpage.com/products/hmenu or included as /products/hmenu )

Is there anything I can change to make this work or is the shadow location hardcoded into the javascript file?

Thanks!

last
Re: menu shadows
2004/11/02 10:47
Viewed 11849 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/

last
» Re[2]: menu shadows, by tenacious1 [ quick view ]
Re: menu shadows
2005/09/05 10:44
Viewed 7144 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.

last
Menu Generation
2004/11/08 17:56
Viewed 6985 times
Replies: 1/8

I am using the evaluation version of your menu right now, but am having a bit of an issue. The menu is quite large and it all parses out and you can see the list on the page, then after a few seconds, about 3 or 4 the menu will appear. Is there anyway around this?? I see on your site you have something that says "Please wait, Loading" How is that done? and/or is there a way to maybe speed this up?

Thanks

jfill

last
Re: Menu Generation
2004/11/09 02:16
Viewed 9395 times
Replies: 2/7

In order to hide the UL element you can assign a style="display: none" to it.  Or even better, include it in the page CSS, i.e., if your UL has the id="menu", then you can add the following line to your CSS:

#menu { display: none; }

To speed things up, there are not many things you can do.  The evaluation version is somehow even slower, because it contains mangled code and it takes some time for the browser to interpret it (1-2 sec.).

last
firefox display problem
2004/11/17 08:48
Viewed 6563 times
Replies: 1/6
by Greg

I am having a problem with the way the menu is displaying in firefox. It works just fine in IE, but in firefox it appears to have an empty image on top of the menu. This causes the mouse to highlight the choice from the menu on in a very small area. (just the edges that are not covered by the empty image.. or looks like an image with a broken link)

It seems as if maybe I have something wrong with the style sheet or its location... but it works just fine in IE.

any help would be appreciated.

last
Re: firefox display problem
2004/11/17 09:05
Viewed 9090 times
Replies: 1/5

Greg,

The menu works very well in FireFox, so I'm inclined to think that there's a problem with your code. Could you provide me an URL where I can see that?

Just use our contact page if you don't want to post it to our public forums.

Best regards,
-Mihai

last
Google