Search found 5 matches

by jlkventures1
Sun Sep 30, 2007 1:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menus not showing up, no JS error
Replies: 1
Views: 1881

Menus not showing up, no JS error

I licensed the menus and haven't been able to get them to work since. An old v5.6 version I used for testing worked okay, but not one I licensed for this domain. The strange thing is that there is no JS error in firefox. IE7 gets an error that doesn't help me track down the bug. Please advise ...
by jlkventures1
Sun Sep 30, 2007 1:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can items that have showmenu be links also?
Replies: 2
Views: 2330

Re: Can items that have showmenu be links also?

I think you can. Just add the link code in the proper place, after showmenu=
by jlkventures1
Wed Apr 19, 2006 10:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can I pass variables to menu_data.js?
Replies: 1
Views: 2359

I just realized the easy solution...

I will rename menu_data.js to menu_data.php and access my variables directly. It's cleaner, and I saw it in this thread:
http://milonic.com/mfa/2004-July/004567.html

Thanks for a great menu!
by jlkventures1
Wed Apr 19, 2006 9:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can I pass variables to menu_data.js?
Replies: 1
Views: 2359

Can I pass variables to menu_data.js?

I am trying to set a var in the <HEAD> tags of my page:
<SCRIPT language="JavaScript" type="text/javascript"> >
<!--
section = "<?php echo($section);?>";
//-->
</SCRIPT>


in menu_data.js, I have:

if (section == "business") {
subStyle.oncolor="#B41D16";
}
subStyle.bgimage='/images/' . section ...
by jlkventures1
Thu Dec 08, 2005 1:17 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can menu appearance be delayed with setTimeout()?
Replies: 1
Views: 1988

Can menu appearance be delayed with setTimeout()?

I'd like to delay drawMenus(), but it seems to fail when I place it inside a setTimeout() function.

I'm trying to time the menu to draw after a javascript animation has completed. How is it possible?

Thank you for such an awesome menu system!