Recent Questions
Q: What is the purpose of the blank image file in the Parameters panel of the create dhtml menu software?
Also, would you please direct me to a site or documentation that would provide information on such details?
A: If you won't use some images in the menu for examplearrows the blank image will be used.
So, you should set correct path to it.
You can find all documentation on our website.
http://deluxe-menu.com/parameters-info.htmlQ: In the item window, it says "use Ctrl jey to slect and copy items" But when I try it doesn't work.
I use Ctrl C and Ctrl V
A: To select a group of items you can use Shift and Ctrl keys.
To rename an item click on it and hold a mouse cursor for a second. Or use item parameters window.
To move items select items you want and use a mouse drag'n'drop method.
To copy items select those you want and use a mouse drag'n'drop method holding a Ctrl key.
Also you can use a contextual menu - a right mouse click on the list of items.
Q: I have to find out, how the tree view navigation is NOT expanding in the beginning..
A: You should set the following parameter:
var texpanded=0;
Use + signs before items text to expand the some items:
["+Land","", "", "", "", "", "", "0", "", "", ],
Q: Thnx, it works now, just one more question :-)
I use frames on my website, the target frame name is main.
But when i put main as target in the simple javascript drop down menu, it loads as a new windows, do you know what i'm doing wrong?
A: You can set target parameter for all items:
var itemTarget="main";
Where main - is the name of the frame where you want to open the link.
or for each item individually:
["Home","testlink.html", "", "", "", "main", "", "", "", "", "", ],