Recent Questions
Q: How i can to order tabs in the onclick tab menu from right to left ??
A: Try to use that parameter:
var bitemAlign="right";Q: I had just purchased tree menu license. I found that the tree menu is not float when position is set to absolute.
Is it possible to make the position relative and set the floating tree?
A: Tree menu will float with absolute position only:
var tabsolute=1;
Q: My problem is that the easy dropdown menu, as opposed to being in a fixed position
as stated in the .js file floats up and down with the page..How do I fix this..
A: You should set the following parameter to disable the floating feature:
var floatable=0;Q: How can I make the 'hand' icon appear when someone moves their mouse over an item in the javascript menu open?
A: You should set the following parameter:
var itemCursor="pointer";