Recent Questions
Q: I'd like to re order the position of the drop down menu's items (by example) the cities.
A-city
C-city
D-city
B-city
E-city etc.....
B-city had to come under A-city, how can we do that?
Thank you
A: I'm not sure I understand where you would like to change the position.In Deluxe Tuner or dynamically on your html page.
To move items in Deluxe Tuner select items you want and use a mouse drag'n'drop method.
See the attached screenshot. Click on the item you want to move.Move your mouse in the correct place (holding left mouse button).Wait till you'll have gray line in the place where you want to insertthe item and release mouse button.
To dynamically change your items you can use the following API function:function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
See more info:
http://deluxe-menu.com/functions-info.htmlQ: 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 have set it to:
var tlevelDX=0;
It has helped somewhat but there still is a gap between the left side and the image icon. Is there any other parameter I can alter to push it more to the left?
A: You can try also to set the following parameters:
var texpandBtn=["","",""];
var texpandBtnW=0;
var texpandBtnH=0;
Q: How do you center the text within the top-level cels in the drop down navigation bar?
A: You should set the following parameter:
var itemAlignTop="center";