Recent Questions
Q: Can you please guide me how can i use the ajax functionality for tree view navigation..
A: To enable AJAX Tree Menu use the following menu parameters:
   var tajax=1; // enables AJAX technology support
Each .js file must contain menuItems variable for the submenu in the following format:
   var tmenuItems = [
 [text, link, icon1, icon2, icon2, tip, target, itemStyle, submenuStyle, jsFileName],
 ];
Where jsFileName - .js filename on the server that contains tmenuItems variable for the submenu.
More info you'll find here:
http://deluxe-tree.com/ajax-menu-loading-sample.htmlQ: I have a question about tab menu java. I would like the use the version where tabMode = 1. However, I don't want a separate page loaded when a tab item is clicked. I would like it to display a <div> the same way it does when tabMode = 0. Is there a way to do this in tab menu java?
A:  Download the new version from the same link in your license messageand install it.
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
"object:" - means that there is object id after it; 
"link:" - means that there is a link after it.
"javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')
So, you should write for example:
  ["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ],
Q: The menu is the table imbedded to the layer. 
If you want to center the menu paste itwithin the <div>> or <table> with a static position and specify a center alignment for it, for example: 
<div align=center> 
 <script src="data.js"></script> 
</div> 
Please, set exact value for   var menuWidth parameter, for example: 
  var menuWidth = "500px"; 
This can help to align your menu correctly in all browsers.
Try also to specify units in "px".
Set also: 
  var absolutePos = 0; 
If you want to use absolute position for the menu, use varabsolutePos=1 instead of absolute position for div. 
Q: I'm struggling with one last issue on my navigation. When you have a screen resolution about the same size as the site width, when a sub menu pops up, It displays sometimes to the left of the first drop down menu list rather than the left. Is there a way of changing the way this displays if the screen size is smaller than 800px wide or so. 
A: If there is no enough room on the right side of your browser windowdrop down menu list submenus will be shown on the left side.