Recent Questions
Q: Is it possible to designate a different font style, for thedrop down links then for the main link in the asp drop down menu?
A: Yes it is possible. It will be better for you to use another font style for your top itemsusing Individual styles.
And change font styles for your submenus using the following parameters:
var fontStyle=["bold 10px Tahoma","bold 10px Tahoma"];
var fontColor=["#FFFFFF","#A4DBCB"];
Q: I try to fix the height of the submenu "Zone Climatiques" to 400px but I didn't find the way to do this. It worked by setting var smHeight=400px but that setting set all submenus. I would like set only the height of "Zone climatiques" submenu.
Thanks for your help.
A: You should create Individual Style
var menuStyles = [
["menuBackColor=transparent","menuBorderWidth=0","itemSpacing=1","itemPadding=0px 5px 0px 5px"],
["smHeight=400px"],
];
and assign it to the first item in submenu
["3101 - Ste-Anne-Des-Monts","ProcessClimaticZone/edit.do?id=3101,2003-11-13", , , , , ,"1","stationSubMenu.htm?climaticZoneId=3101,2003-11-13",],
Q: In Delux Tuner I can not find the multi-level or multi-column, it isn't there. Please advise ASAP.
A: Info about multilevel and multicolomn menus you can find here:
http://deluxe-menu.com/multilevel-menu-sample.html
http://deluxe-menu.com/multicolumn-menu-sample.html
If you have any questions, please, write us. We'll try to help you.
Q: Is there a way to center the primary navigation and left-align the drop down for themenu script ?
A: Set the following parameters:
var itemAlignTop="center";
var itemAlign="left";