Search found 10 matches

by hlagoy
Tue Oct 24, 2006 6:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Hi, just checking in to see if there has been any update.

Thanks again for all the work, I really appreciate it.
by hlagoy
Tue Oct 17, 2006 7:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multi-column menu - items listing horizontally
Replies: 15
Views: 14971

This is an old thread!!

I like this multiple column sub-menu display. My question: is is possible to make this work with a click, instead of a mouseover?

Instead of:
aI("text=Main Menu 1;onfunction=myShowMenu('main1_column1','main1_column2');align=center;");
Use:
aI("text=Main Menu 1 ...
by hlagoy
Tue Oct 10, 2006 7:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Thanks a lot, Kevin, I think that did the trick.

My menu structure is really coming along nicely now. If I could just resolve this last thing:
http://forum.milonic.com/viewtopic.php?t=8011
(making my third level menus close when the main menu is clicked on - not just when a sibling menu is ...
by hlagoy
Wed Oct 04, 2006 7:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: clickseparatorimage, does it work? *FIXED*
Replies: 0
Views: 3913

clickseparatorimage, does it work? *FIXED*

Does "clickseparatorimage" work? I would really like to use this if it does.

I can get a regular separatorimage to work, but my clickseparatorimage does not appear.

This is the code I put in my style menu. I don't want a separator image to appear unless the menu item is clicked - so i put in ...
by hlagoy
Wed Oct 04, 2006 3:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Thank you, Kevin. That is what I want.

After some tinkering I got it to (mostly) work. My main menu is in a table and I needed to add "mm_setSubTops("Main Menu")" after "drawMenus()" in my index.html, not the menu_data.js

It looks good in FF and Mozilla, HOWEVER, the IE browser just sticks the ...
by hlagoy
Tue Oct 03, 2006 3:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Hello, just wondering if there was any new insight.

I think that I should be able to do something with "spos". I should be able to set a position for each of the submenus, that is NOT based on the submenu's particular parent item. If I could set position for each sub-menu based on the FIRST menu ...
by hlagoy
Tue Sep 26, 2006 9:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple submenu layers and openonclick
Replies: 1
Views: 2551

Multiple submenu layers and openonclick

Greetings,

I have used the "Amazon style menu" example to create a vertical menu, with the submenus only opening on click. This is just as I want it, no sub menu should open without being clicked, except I cannot make my sub-sub menus (my third-level menus) go away when clicking on the main menu ...
by hlagoy
Tue Sep 19, 2006 5:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Wow, thanks for that link! I think we are really getting somewhere.

So...these Methods and Functions...describe what is already built into the menu code...if I wanted to change them, and set the position of a sub-menu I would use code along the lines of:

myMenu = gmobj("menu"+getMenuByName ...
by hlagoy
Tue Sep 19, 2006 2:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Thanks for the advice.

I did originally have my menus the way you suggested - no screenposition, and then offsetting each individual submenu: find_books at top="offset=0", find_journals at top="offset=-25", find_other at top="offset=-50", etc. but I was not satisfied with the results.

What I need ...
by hlagoy
Mon Sep 18, 2006 9:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top position of sub-menus, stop alignment with menu items
Replies: 13
Views: 13827

Top position of sub-menus, stop alignment with menu items

Greetings :^)

I am trying to make my sub-menus align vertically with the TOP of the main menu that launches them, NOT with the individual menu item that launched them. I have seen this done with PHP, but I don't have the javascript know-how to do it (yet!).

I have put a copy of my project outside ...