Recent Questions
Q: Will this menu rollout from within an iframe over a regular frame underneath it?
A: Deluxe Menu doesn't work with <IFrame> objects. They work with
Q: I have made use of the Ajax function in Deluxe Menu. It has made maintenance of a rather complex menu system a lot easier.
I went to generate a Site Map in dhtml menu builder today and realized a shortcoming of using Ajax submenus, the Site Map doesn't show Ajax submenus.
It would be great to have an option in the Generate Site Map (as well as Google XML and Google Search) to include Ajax submenus for a complete picture of the web site.
A: Unfortunately there are such problems with saving of AJAX submenus.
It is not possible to save AJAX submenus in Deluxe Tuner now and it is not possible tocreate search engine friendly code and sitemap for the AJAX submenus.
We'll try to add such features in the future versions of Deluxe Tuner.
Q: My tree menu has a white border around it. I want NO border. I have experimented with the Menu Appearance items in the "variables" section with no luck.
Lastly, I'm not sure where to put the link code. It's not clear in the documentation.
A: Please, set the following parameter:
var tXPBorderWidth = 0;
> Lastly, I'm not sure where to put the link code
I'm not sure I understand you. Link is the second parameter in the tmenuItems array.
["||about the AAUCM","http://www.614designs.com", , , , , , "3", , , , ],
More info you can find here;
http://deluxe-tree.com/menu-items-info.html
Q: I can not however find the option to move submenus closer together, I have too much ident for my taste.
How can I change that, by hand if that is the only way...
I mean this:
MENU1
+ SUBMENU1
I would like
MENU1
+ SUBMENU1
Is that possible?
A: If you don't want to have icons before item text you can write so:
//------- Icons -------
var ticonWidth = 0;
var ticonHeight = 0;
var ticonAlign = "left";
Your items will be closer to the "+" buttons.