Where is it? I can't find it.Andy wrote:Hi,
I have added a new directory to the menu downloads called dynamic_menus.
This is in /extras/dynamic_menus
It is a demo of how to use the Menu Edit Module.
Hope this helps,
Andy
Search found 12 matches
- Wed Apr 12, 2006 3:50 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need Help - mm_insertItem - Insert items into existing menu
- Replies: 35
- Views: 27639
- Mon Mar 27, 2006 7:51 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need Help - mm_insertItem - Insert items into existing menu
- Replies: 35
- Views: 27639
- Sun Mar 26, 2006 7:34 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need Help - mm_insertItem - Insert items into existing menu
- Replies: 35
- Views: 27639
- Mon Mar 20, 2006 7:00 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need Help - mm_insertItem - Insert items into existing menu
- Replies: 35
- Views: 27639
- Fri Mar 17, 2006 3:07 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need Help - mm_insertItem - Insert items into existing menu
- Replies: 35
- Views: 27639
Re: mm_menueditapi.js function _incItem(_aI) renamed to f_(_
I had the same problem until I edited the function mm_insertItem in mm_menueditapi.js
I commented out this line:
// _incItem(_aI);
and replaced it with this line:
f_(_aI);
That's weird. I just checked my mm_menueditapi.js file, and the "_incItem(_aI)" line was already changed to "f_(_aI ...
I commented out this line:
// _incItem(_aI);
and replaced it with this line:
f_(_aI);
That's weird. I just checked my mm_menueditapi.js file, and the "_incItem(_aI)" line was already changed to "f_(_aI ...
- Sat Mar 11, 2006 5:55 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Linking to a page outside of my site
- Replies: 6
- Views: 5383
Re: WOW, that was fast. Thanks, but...
What if I wanted to launch a link in its' own window like below:
<a href="javascript: window.open('/myip.asp','','status=no, toolbar=no, resizable=yes, scrollbars=yes, location=no, width=700, height=300'); void('');" class="5">Your IP Address is...</a>
Thanks again.
just put the javascript after ...
<a href="javascript: window.open('/myip.asp','','status=no, toolbar=no, resizable=yes, scrollbars=yes, location=no, width=700, height=300'); void('');" class="5">Your IP Address is...</a>
Thanks again.
just put the javascript after ...
- Sat Mar 11, 2006 5:41 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: strange problem
- Replies: 5
- Views: 4745
if you don't want to pay anything, you can place this link:
somewhere on the page, and the menu will work correctly.
Code: Select all
<a href="http://websites.milonic.com/milonic.com/>JavaScript Menu Courtesy of Milonic.com</a>
- Fri Mar 10, 2006 10:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: [resolved] What happened when I moved my files.
- Replies: 3
- Views: 2995
- Thu Mar 09, 2006 8:54 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need Help - mm_insertItem - Insert items into existing menu
- Replies: 35
- Views: 27639
- Thu Feb 23, 2006 4:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there a way to resize menu images with code/script?
- Replies: 5
- Views: 4316
That worked! (once i fixed your spelling of "width"Andy wrote:Here you go, this should work - Not tested though:
Code: Select all
aI("imageheight=16;imagewith=16;image=http://www.google.com/favicon.ico;text=Google;url=www.google.com;");
Hope this helps,
Andy

Thanks a lot Andy!
- Tue Feb 21, 2006 4:04 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there a way to resize menu images with code/script?
- Replies: 5
- Views: 4316
- Mon Feb 20, 2006 7:04 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there a way to resize menu images with code/script?
- Replies: 5
- Views: 4316
Is there a way to resize menu images with code/script?
The images I am using in my menu are not hosted by myself, so I cannot resize them directly. I'm looking for a way to resize them with code/script.
Something similar to the width and height tags you can add to an image in HTML. (i.e. <img src="image.jpg" width="16" height="16"> )
Specifically, I ...
Something similar to the width and height tags you can add to an image in HTML. (i.e. <img src="image.jpg" width="16" height="16"> )
Specifically, I ...