Recent Questions
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: I have a Dynamic tree menu now.
Can I change the style of expandable javascript menu on the fly when I click the style menu items of the tree I made?
A: Theoretically you can do it.
Try to use
function dtreet_ext_userClick(itemID)
{
// Your Javascript code here
return true;
}
function and call
function dtreet_ext_changeItem (menuInd, itemID, itemParams)
function in it.
You should create Individual item style for this item and and assignthis style when you click on the item.
Q: In Internet Explorer 7 , the menu with javascript was completely invinsible.
A: Try to set exact width for the menu, for example:
var menuWidth="500px";
Q: I am working on creating a new navigation menu with Tree menu.
I wonder how I can reduce the width of the menu?
A: You should set this parameter
var tmenuWidth = "275px";
Try to set also the following parameters:
var tlevelDX = 0;
var tnoWrap=0;