Recent Questions
Q: Is it possible to create the dhtml scroll with a tilde (over the letter N).it would look like N. I want the menu item to be labeledСSe habla Epanol.
A: You can use any html code within menuItems, for example:
var menuItems = [
["Se habla Epañol","testlink.html", "", "", "", "", "", "", "", ],
Q: How do I turn off the transitional effects for the html menus (is there a flag)?
A: To turn off transitional effects you should set the following parameters:
var transition=-1;
var transOptions="";
var transDuration=0;
var transDuration2=0;
Q: I would like the cursor to change to a hand when over a drop down menu link...
A: Try to set this parameter to your drop down menu:
var itemCursor="pointer";
Q: What setting do I use for dmAJAXCount in my java menu navigation?
A: That variable sets the maximal number of submenus that will be loadedfrom server on your page.