- Hundreds of pre-designed templates - Visible over select boxes, iframes, pdf, flash, Java applets. - Horizontal or vertical orientation - Filters and Transitional effects - Several menus on one page - Sound support! - Search feature - add the search area in the menu and type symbols. - UL/LI items structure
Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation. Don't permit your web site visitors to get lost. Try Deluxe Menu!
Q: I would like to know how to put the items for the popup menu on multiple lines (i.e. create a line feed), how do I tell my code to start a new menu item on the NEXT line?
A:There are 2 ways to do that:
1. set
var noWrap=0;
2. use tags, for example:
var menuItems = [ ["|Here is where <br> I would like to have a line<br> feed",,"","", "", "", "", "", "", "", "",], ];
Q: And another question about displaying the links code in html.
How to create a drop down menu links to be displayed in the html code for search engines to catch them, is that possible?
A: You can use search engine friendly code and install it on yourpage before you call your data file. You'll see text links in that case.
To create a search engine friendly menu you should add additional html code within your html page:
To generate such a code use Deluxe Tuner application.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3)
Q: Pls help me with another question.
I have an horizontal menu in which the submenus drop down (as in example # 1 you have in your web).
For the first level items (which are horizontal), I do not want item spacing or itemPadding, that is: var itemSpacing=0; var itemPadding=0;
However, for the second and third level menu items, that drop down, I do need spacing and padding, like this: var itemSpacing=1; var itemPadding=1;
How can achieve this if, we have only one set of parameters??
Thank you very much and best regards
A: You should use Individual Styles.
You should set the following parameters:
var itemSpacing = 0; var itemPadding = 0;
and create individual style for submenus var menuStyles = [ ["menuBackImage=images/subm_back.gif","itemSpacing=1","itemPadding=1"], // add Spacing and Padding to the style which is used for the third level menu items. ["columnPerSubmenu=2"], ["itemSpacing=1","itemPadding=1"], //style 2 ];
You should assign this style for the second and third level menu items
Q: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
A:How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message.Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1. 1.1 For Windows users a. Run Deluxe Tuner v2.0 (can be found in the trial menu package v2.0 http://deluxe-menu.com/deluxe-menu.zip). b. Open menu data file (.js file where menu parameters are placed): select File/OpenŠ c. Save the file: select File/Save, then click "No" button when the dialog box appears.
1.2 For other OS users a. Open menu data file (.js file where menu parameters are placed) in a text editor. b. Make sure that the following variables exist in the data file:
var keystrokes = 0; var dm_focus = 1; var dm_actKey = 113;
var dynamic = 0; var smHideOnClick = 1; var itemAlignTop = 'left'; var smSmartScroll = 1;
var dmAJAX = 0; var dmAJAXCount = 30; var dmRTL = 0; var dmObjectsCheck = 0; var menuBackRepeat = "repeat"; var menuHeight = ""; var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are: - dmenu.js - dmenu4.js - dmenu_add.js - dmenu_dyn.js - dmenu_key.js - dmenu_cf.js (new v2.00) - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Mark Allan (@MarkXA) DNN Garden, home of the DDRMenu free DotNetNuke menu module .... That's why I am using JQuery to temporary hide the menu bar. ... RE: Expiration For Trial Demo Custome Module by jncraig
Mark Allan (@MarkXA) DNN Garden, home of the DDRMenu free DotNetNuke menu module .... That's why I am using JQuery to temporary hide the menu bar. ... RE: Expiration For Trial Demo Custome Module by jncraig
... web.config includes several wrong assembies · Web Garden - What's The Benefit? ... Menu's Divs and Relative Position · using xxx; in non code-behided page .... RE: Question about VS2008 IDE Feature · Customizing the CreateUserWizard · ASP. ... css selectors help · Re: DotNetNuke cms: general info
Mark Allan (@MarkXA) DNN Garden, home of the DDRMenu free DotNetNuke menu module .... That's why I am using JQuery to temporary hide the menu bar. ... RE: Expiration For Trial Demo Custome Module by jncraig
... web.config includes several wrong assembies · Web Garden - What's The Benefit? ... Menu's Divs and Relative Position · using xxx; in non code-behided page .... RE: Question about VS2008 IDE Feature · Customizing the CreateUserWizard · ASP. ... css selectors help · Re: DotNetNuke cms: general info
... web.config includes several wrong assembies · Web Garden - What's The Benefit? ... Menu's Divs and Relative Position · using xxx; in non code-behided page .... RE: Question about VS2008 IDE Feature · Customizing the CreateUserWizard · ASP. ... css selectors help · Re: DotNetNuke cms: general info