Recent Questions
Q: How can I create an image based tabs with the javascript tabs generator.
A: To use Image templates you should add separators between the items and assign Tab Style for the items.
To make a separator set an Item Text value into '-'.
You'll have the following bmenuItems var bmenuItems = [
['Item 1','', '', '', '', '', '1', '','', ], //assign Individual Style 2
['-','', '', '', '', '', '0', '', '', ], //assign Individual Style 1
['Item 3','', '', '', '', '', '','', '', ],
['-','', '', '', '', '', '0', '', '', ], //assign Individual Style 1
['Item 5','', '', '', '', '', '2','', '', ], //assign Individual Style 3
;
Q: I need to have two cascading menus in oneself page, please give me instructions of as making it.
A: You should simply call different data files in the place where you want to have a menus(check that you use relative menu position).
See more info here:
http://deluxe-menu.com/installation-info.htmlQ: I'm trying to put the tree menu within a table per the instructions below, but the menu is not going in the menu but actually going on top of it!
A: Please, check that you don't use absolute position for the Tree Menu.
var tabsolute = 0;
Q: We are implementing your licensed drop down menu in dhtml on our new site and it does not appear to work in Firefox.
A: Now you have:
var transparency="";
it is not correct.
You should set, for example:
var transparency="100";
Try also to set:
var itemPadding="0px 15px 0px 15px";