Search found 5 matches

by wolf8769
Fri Mar 12, 2004 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Relative-Positioned menus in one page
Replies: 9
Views: 4902

Thanks, Andy! Following the example, I got my 2 relative-positioned menus working the way I want. I'm not clear why this method works and the method of having 2 seperate menu data js files did not -- seems it's really doing the same thing. BUT, I don't stop to question these things! I must continue ...
by wolf8769
Fri Mar 12, 2004 2:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Relative-Positioned menus in one page
Replies: 9
Views: 4902

That doesn't work. Problem is, you don't get to name your overall menu group. You get to name each menu, but all the menus--no matter how many or how many seperate js files you have them in--all get drawn by one single call to drawMenus().

At least this is my experience with the system so far ...
by wolf8769
Thu Mar 11, 2004 10:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Relative-Positioned menus in one page
Replies: 9
Views: 4902


2. separate menu-data.js script lines inserted into the table.

maz

Maz, did what I explain make sense? Even if I create 2 seperate menu-data.js files, and insert them in different places, any call to drawMenus() will draw all menus in all menu-data files. The drawMenus() function is not ...
by wolf8769
Wed Mar 10, 2004 6:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Relative-Positioned menus in one page
Replies: 9
Views: 4902

The issue doesn't seem to be whether to have the menus defined in one or seperate .js files (I've tried working with both models.) It is that when you make the call to drawMenus(), it will draw ALL menus. Since I'm using relative positioning, that call draws both my menus the first and second time ...
by wolf8769
Wed Mar 10, 2004 3:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Relative-Positioned menus in one page
Replies: 9
Views: 4902

Multiple Relative-Positioned menus in one page

Excellent menu system, excellent support forum. Thanks! I'm a proud licensed user, by the way.

I am using the menu system to create a vertical menu along the left edge of the page. I have other HTML content above and below the menu, so although I could absolute position the menu, it flows better ...