| Re: Menu (works in IE) doesn't pop up in Netscape 7.0 ¶ | |
| I'm testing the Menu for purchase. It initiates fine in Netscape, but doesn't actually pop up (which renders it pretty useless, since the links are hidden.) this page works in IE but not netscape: That's because there is a problem with your code. The submenu's <ul> element must be nested in the parent menu item <li>, like this: <ul id="menu"> Your code contains the submenu <ul> right after closing the parent item <li>, which is wrong. Hope this helps. | |
| last |
| Closing the context menu ¶ | |
| We are currently using your menu as a lookup. So when the user clicks in a specific input box they are given the lookup menu. It works great. But if they are just typing the value in instead of looking it up, the menu persists until they actually click outside of the menu. Is there a way to make it disapear as soon as they leave the menu or as soon as they type anything? I've looked at the electric attribute but It looks like I cannot have the menu close when I move outside of it and be shown only on a click and not a hover. Again, hmenu is working great for us. Just wanted to see if there were some features that I was unaware of. | |
| last |
| Shiow menu label bold ¶ | |
| Can we show label text of only one menu item bold. if possible how? i want to show m3 as bold | |
| last |
| Re: Shiow menu label bold ¶ | |
| There are 2 possibilities.
| |
| last |
| Hang Menu to the left ¶ | |
| On this site, all the menus in the menu bar (on the left side) go down and to the right. Your shopping cart one is on left side of the bar and it goes down and to the right as well, not the the left as expected. I think this is why you have the date in the right corner -- to give the menu some space to down and right underneath. Can we make the menu go to the left on the end so something like the date is not needed? | |
| last |
| Re: Hang Menu to the left ¶ | |
| Not at this time, but it's a feature that we plan to implement in a future version. | |
| last |
| Tabbing through a menu ¶ | |
| Is there a way to activate a menu with the keyboard and then use the TAB key to move through the items in the menu instead of the arrow keys? Thanks! | |
| last |
| Re: Tabbing through a menu ¶ | |
| No, but I don't think the TAB key would be intuitive inside a menu; in fact, I presume that any user that opens a menu using the keyboard will expect in the first place to be able to use the arrow keys (which works in the Dynarch Menu). I don't know of any menu system that uses the TAB key for navigation—am I missing something? | |
| last |
| double click ¶ | |
| I've been looking through the documentation and can't find any info on this. Can the hmenu be implemented on a double click instead of a single right or left mouse click? Thanks. | |
| last |
| Re: double click ¶ | |
| Not at this time, but we can code this feature if you think it's needed. ;-) | |
| last |
| removing space where the icon would be ¶ | |
| I am evaluating this product and have been very impressed so far. Thanks in advance. | |
| last |
| Re: removing space where the icon would be ¶ | |
| Please see this forum post: http://www.dynarch.com/forums/603 — it describes how to remove icon space globally. | |
| last |
| Menu in Firefox ¶ | |
| We are planning on migrating from Sothink's menu system to this one, but for some reason it is not rendering in Firefox. The menu renders perfectly in IE, Safari, and Opera without issue though. I am using the 2.7 version, the one we can freely download for universities. The URL is here: http://www.nydeasoftware.com/dsudev/test.html Any advise would be greatly appreciated. Thanks again for the great product. | |
| last |
| Re: Menu in Firefox ¶ | |
| According to the HTML standard, the <a> tag must have an end tag. Therefore, the following is wrong: <a nametop id="top" /> Please try this instead: <a name="top" id="top"></a> I don't know why but I'm sure this is the cause. ;-) | |
| last |














