| No dropshadows once uploaded? ¶ | |
| After editing my demo page and uploading it I no longer see the menu drop shadows. If I open the HTML file localy rather then off the web server they apear. Any ideas? | |
| last |
| how to ignore "DynarchMenu is not defined" error? ¶ | |
| Whenever a page is loading and the user hovers the mouse over the menu the error "DynarchMenu is not defined" is thrown. The menu loads and works fine after this point. I noticed the same behavior on this site with the menu, if I hit reload and then put my mouse over the menu I get the error. Is there anyway to suppress this error? | |
| last |
| Memory Leaks ¶ | |
| I tried using some tools to find where my memory leaks are, and they point to hmenu.js. Both Leak.exe and the Leak Monitor extension for FF (https://addons.mozilla.org/firefox/2490/) show leaks. They show them for this site as well. It is difficult to deploy if we end up crashing end users browsers as they take up all the memory. | |
| last |
| Re: Memory Leaks ¶ | |
| Just browsing this site seems to leak 1MB per page view. :( | |
| last |
| Re: Memory Leaks ¶ | |
| We carefully tuned DynarchMenu to prevent memory leaks. However, addition of latest features might create some leaks--though I'm not sure. OTOH, on our website we use a lot of other in-house scripts besides DynarchMenu. Those were not designed for IE leaks, so you shouldn't use our website as a reference. I will try to look into it. | |
| last |
| Menu item window popup ¶ | |
| Hi, Just wondering how to have a new window pop up when clicking on a menu item (ie. window.open()). The onclick event doesn't seem to get fired and I need to control the new window so target="_blank" is not an option. Thanks in advance for any help. Scott | |
| last |
| Re: Menu item window popup ¶ | |
| Try assigning the onclick event on the <li> element, rather than the <a>. | |
| last |
| Getting hmenu to work in blogspot ¶ | |
| I uploaded hmenu to my server. Now I want to use this in blogger (xxx.blogspot.com). <script type="text/javascript"> Im guessing the issue is with _dynarch_menu_url which doesnt read absolute locations ? Thanks | |
| last |
| Re: Getting hmenu to work in blogspot ¶ | |
| Sorry - It does work - forgot to include the css link. | |
| last |
| Linkware License ¶ | |
| Hi Regarding the Linkware License - Is it acceptable to place the backlink within the menu itself ? Thanks | |
| last |
| avoid the message: error: menu element not found ¶ | |
| Hi! How can I avoid the messagebox: I have many pages and they all include "header.php". header.php is the place, where the body-tag I have no chance to customize header.php -> this file must be the same for every Thanks! | |
| last |
| Re: avoid the message: error: menu element not found ¶ | |
| A simple workaround is to include this script section in your pages, after including hmenu.js: <script type="text/javascript"> | |
| last |
| menubar external definition ¶ | |
| hello, the answer to my question is perhaps in a previous post on this forum, but I haven't found it. I want to define an unique menubar for many pages. To achieve that, i plan to define it in an external file (html, js ?) loaded in every page of my site. Could someone give me a solution to do that ? | |
| last |
| Re: menubar external definition ¶ | |
| Just include the HTML that defines the menu with any mechanism provided by the server-side scripting language that you use, i.e. PHP or Perl, etc. Should be quite easy. If you don't use server-side scripting (i.e. all pages are static) then it's more complicated.. You should try using Apache SSI (server-side includes), if you're using Apache; otherwise I can't help you. | |
| last |














