dynarchmenu-2.9 image-based menu items
2007/11/28 21:15
Viewed 1615 times
Replies: 0/0

Hi. I'm using DynarchMenu-2.9. I'm building a horizontal menu where the main menu items are all images like
<ul>
<li><img 1>
<ul>
etc...
</ul>
<li>
<li><img 2>
<ul>
etc...
</ul>
<li>
<li><img 3><li>
<li><img 4><li>
</ul>

The menu items that have a drop down appear on the website as having a 1px gap on the right side (between img 1 and 2, 2 and 3). This gap only appears on Safari. Do you have any idea why this is?

Thanks,

last
dynarchmenu
2008/01/21 16:50
Viewed 1079 times
Replies: 0/0

I created a dynarch menu with a few values with electric property set to true. If there is no space below the component, and when i move the mouse over the menubar, then the dropdown is appearing above the parent menu after some space. As there is no continuation between the parent menu and the child menu, when i move the mouse, the child disappears.

Pls help me to overcome this issue.

last
Arrow and Icon table cells
2008/01/23 11:28
Viewed 1176 times
Replies: 1/4

Can anyone help..

I want to prevent the Arrow and Icon cells from being included in the Vertical menu - I've played with the CSS but can;t seem to do it. Is there a javascript "switch" somewhere?

Also, there appears to be a border, or cellspacing on the table that is created from the UL - I could do with this being removed too but can't see to get it sorted.

Has anyone else had these problems?

Thanks

Andy

last
Re: Arrow and Icon table cells
2008/01/23 13:45
Viewed 1821 times
Replies: 1/3

We're using the following CSS at dynarch.com:

div.dynarch-menu-noicons tr.item td.icon img,
div.dynarch-menu-noicons tr.item td.icon div { width: 5px; }
div.dynarch-menu-noicons tr.item td.icon { width: 5px; }

And add class="dynarch-menu-noicons" to the UL-s that define menus where we don't want icons.  The reason for it is that I still like some spacing.  The History menu uses this style (this menu appears if you viewed several different pages in our website).

Try the following CSS to hide them completely:

div.dynarch-menu-noicons tr.item td.icon { display: none }
div.dynarch-menu-noicons tr.item td.arrow { display: none }

(make sure you include this CSS after loading the menu skin.)

Hope this helps.

last
slow load
2008/01/24 18:39
Viewed 1256 times
Replies: 0/0

Hi, I'm experimenting with the menu and am noticing that it's very slow (like 2-3 seconds) to load compared to the rest of the page. Is there anything I can do to get the menu to look like it's been loaded instantly - besides coming up with my own hacks?

last
javascript actions on nodes
2008/03/11 14:28
Viewed 1000 times
Replies: 0/0

Hi,

I'm trying to get nodes to do something other than just open submenus. Is this possible?

For example, in the example below:
<code>
<ul id="menu">
<li>Item 1</li>
<li>Item 2</li>
<li onclick="alert('test');">
Item 3
<ul >
<li>SubItem 3.1</li>
<li>SubItem 3.2</li>
</ul>
</li>
</ul>
</code>

Clicking on "Link 3" (or rolling over it for electric menu) will open the submenu, but I also want it to do something else.. calling my own handler. However, adding onclick to the <li> does nothing.

Does anyone have a notion of how I might do this?

The reason I'm trying to do this is so that I can transmit the "current" menuitem id to a script that allows the menu to be edited. Currently the script only works for non-node items!

Thanks,
Noel da Costa

last
Menu not showing up in FF
2008/03/17 15:58
Viewed 1016 times
Replies: 0/0

Hi,

When the page loades in Firefox 2.0.0.12 the menu sometimes doesn't add all elements. The source got all the list elements in place but apparaently the javascript doesn't "find" it and treats some of the first elements as seperator (empty element).

This only happends in Firefox as far as I can see. Any ideas why and how to fix it.

PS: It doesn't occur every time, but fairly often and at random element. It makes one of the images in the first li to disappear.

last
Right-floating menu
2008/03/26 16:43
Viewed 1027 times
Replies: 0/0

In the menu on this site, the date "menu item" is floating on the right side of the bar.

Does DynarchMenu have some built-in support for this? I can't seem to figure it out.

last
HMENU 2.9 not displaying in FireFox 2.0.0.13
2008/04/06 03:55
Viewed 7123 times
Replies: 1/1

I am evaluating the HMenu product for purchase and everything is working properly in IE, however, when I try to get the same menus to display in FireFox, I am cannot get them to display. Here is the URL of the site
I am building: http://www.siteground179.com/~tradeexp/catalog/ .

As you can see from the page source, here is how I am including the hmenu CSS and JS:

<link rel="stylesheet" type="text/css" href="templates/6732B2B/hmenu/hmenu.css">
<link rel="stylesheet" type="text/css" href="templates/6732B2B/stylesheet.css">
<link rel="stylesheet" type="text/css" href="templates/6732B2B/dw_scroll/css/scroll-rel.css">
<script language=JavaScript src="templates/6732B2B/div-popup.js"></script>
<script type="text/javascript">_dynarch_menu_url = "templates/6732B2B/hmenu/";</script>
<script language=JavaScript src="templates/6732B2B/changeimage.js"></script>
<script language=JavaScript src="templates/6732B2B/hmenu/hmenu.js"></script>
<script language=JavaScript src="templates/6732B2B/hmenu/PieNG.js"></script>

Here is the section of the page source which is loading my navigation menu, including my mouse over of Product Categories and Products:

<tr><td colspan="4" height="39">
<!— preload the images to avoid initial flicker —>
<div style="display: none">
<img src="templates/6732B2B/hmenu/img/productsoff.gif">
<img src="templates/6732B2B/hmenu/img/productson.gif">
<img src="templates/6732B2B/hmenu/img/themesoff.gif" >
<img src="templates/6732B2B/hmenu/img/themeson.gif" >
<img src="templates/6732B2B/hmenu/img/artisansoff.gif">
<img src="templates/6732B2B/hmenu/img/artisanson.gif">
<img src="templates/6732B2B/hmenu/img/partnersoff.gif">
<img src="templates/6732B2B/hmenu/img/partnerson.gif">
<img src="templates/6732B2B/hmenu/img/fairtradeoff.gif">
<img src="templates/6732B2B/hmenu/img/fairtradeon.gif">
<img src="templates/6732B2B/hmenu/img/aboutusoff.gif">
<img src="templates/6732B2B/hmenu/img/aboutuson.gif">
<img src="templates/6732B2B/hmenu/img/contactusoff.gif">
<img src="templates/6732B2B/hmenu/img/contactuson.gif">
<img src="templates/6732B2B/hmenu/img/homeoff.gif">
<img src="templates/6732B2B/hmenu/img/homeon.gif">
</div>

The page source for my <ul><li> nesting all appears correct, but if anyone can see any issue with the page or how I have implemented the HMENU I would really appreciate your insight. If you need any additional information, please let me know.

Regards,
Ian

last
Re: HMENU 2.9 not displaying in FireFox 2.0.0.13
2008/04/09 06:02
Viewed 7605 times
Replies: 0/0

I was able to resolve me issue with HMenus showing up in FireFox, it had to do with a conflict with the Flash. I was able to get it fixed, however, I am still not seeing the menus display on mouse-over.

Again, if anyone has the time to take a look at http://www.tradeexpressions.com from both IE and FireFox and let me know if you have any ideas, I would really appreciate a 2nd set of eyes, as the <ul><li> nesting for the navigation appears all in order to me.

Thanks much,
Ian

last
DHTML Menus
2008/04/24 18:04
Viewed 488 times
Replies: 1/1

Does anyone know what I may be doing wrong. When the menu loads - it first comes in as a long HTML unformated list then - gets sucked into the correct DHTML toolbar. It's quick about a second but it is strange. http://www.practicalyoga.tv/dropdown/topmenu.html

last
Re: DHTML Menus
2008/04/25 07:52
Viewed 824 times
Replies: 0/0

I am having the exact same problem. Please let me know if you found a way to get around this!

Ashwin

last
delete cursor's bar that overlap my special dates
2008/05/05 20:37
Viewed 257 times
Replies: 0/0


Hi!,

I have a problem with my "special dates". Please, let's see the following picture:

http://www.filuma.es/error.gif

As you see, when i move the mouse over the calendar, there is a grey bar overlapping mi special dates (mi special dates are in red).
Pictures 1, 2, and 3 are about the movement of my cursor.

How can i fix this?.

Sincerely ;),
capitangugle

P.D. I'm sorry, my english is very bad :(.

last
Google