- Top items and submenus have a shadow - Horizontal or vertical orientation - Image arrows - Search feature - add the search area in the menu and type symbols. - Relative/Absolute menu position - Items with icons - Transition #14 - "fade out" effect - Submenus dropdown on mouseover
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 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.
Try that.
Q: I am interesting to use it for integration in some CMS I am currently using, as for instance : Xoops
1. Do you think that it is possible easily to integrate your menus with the xoops database content for the texts and links ?
2. Where links are they specified in the Deluxe Tuner interface Thanks for your help
A: 1) Deluxe Menu wasn't developed as Xoops extension,BUT you can use it as standard Javascript files. To create and configure your menus use Deluxe Tuner application (included into the trial package): http://deluxe-menu.com/deluxe-tuner-info.html
Please, try the trial version.
2) You can assign link for each item. You can do it in "ItemParameter" window "Link" field.
Q: We have a menu in its own dedicated table row on our website and the table row contains a background image. We want to know if we can make the background on your menu transparent so that you can see our table cell background through the menu. We have tried using your option to put our image as your menu’s background, but then it repeats for all of the drop downs which we do not want. We simply want the row of options to be transparent and all of the drop downs to be white.
Is this possible with your system and, if so, how would we go about making this work?
A:You can try to use these parameters:
var menuBackColor="transparent"; var itemBackColor=["transparent","#1665CB"];
Or, you can use Individual Item Styles and set images only for the main items.
Try that.
Q: One other issue I am having if you don't mind helping. On my web site when I run the menu I get an Errors on page message with the following
When I run the site from my local PC with the menu, I don't get this error? Could you possibly suggest why? I can't find anything on your site.
A:Try to check all you paths. original setting:
var tmenuBackImage=""; var titemBackImage=["",""];
changed to:
var tmenuBackImage="images/blank.gif";
var titemBackImage=["images/blank.gif","images/blank.gif"];
Try to specify units in "px". var tmenuWidth = "180px"; It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly.
You should set this parameter: var tmenuHeight = "auto"; Now you have such parameters in the menu: ["||24","C:/Documents and Settings/Paul/My Documents/My Web Sites/site.id.au/guide/24.htm", , , , , "main_frame", , , , , ], ["||30 Days","C:/Documents and Settings/Paul/My Documents/My Web Sites/site.id.au/guide/30days.htm", , , , , "main_frame", , , , , ], ["||Battlestar Galactica","C:/Documents and Settings/Paul/My Documents/My Web Sites/site.id.au/guide/battlestarg.htm", , , , , "main_frame", , , , , ], ["||Blade","C:/Documents and Settings/Paul/My Documents/My Web Sites/site.id.au/guide/blade.htm", , , , , "main_frame", , , , , ], ["||Eureka","C:/Documents and Settings/Paul/My Documents/My Web Sites/site.id.au/guide/eureka.htm", , , , , "main_frame", , , , , ], ["||I Pity the Fool","C:/Documents and Settings/Paul/My Documents/My Web Sites/site.id.au/guide/ipitythefool.htm", , , , , "main_frame", , , , , ],
You cannot use local paths on your website. Please, correct it. < br>You should write for example: ["||24","site.id.au/guide/24.htm", , , , , "main_frame", , , , , ], ["||30 Days","site.id.au/guide/30days.htm", , , , , "main_frame", , , , , ], ["||Battlestar Galactica","site.id.au/guide/battlestarg.htm", , , , , "main_frame", , , , , ],
Try to use also the attached engine .js files on your server.
The accordion menu is working fine... but I need to be able to make it's unfolded ... SideboxTreeMenu a { display : block; padding-left : 12px; text- decoration .... Search Forums, Forums Home, Client-Side Development
I cannot seem to be able to configure the Panel Menu for the Praise me template ... copied the module and replaced the template file with accordion/menu.html. ... But the menu keeps on showing up on the left side instead of as a drawer
I don't know how your menus are set up but if the side menu mirrors the main menu ... I'm working with an accordion menu in the left module position and a
Here is my code: new Ext.Panel({ layout: 'accordion', ... Is it possible to set a width of 100% to an Ext.Button that is inside an Accordion Menu? .... which contained the new button, and anchored it to the right side of the screen. ... padding-left:3px; padding-right:3px; width:auto;
width: 180px; /*width of accordion menu*/ ... background: black url(titlebar.png ) repeat-x center left; .... (but not the admin side) I am unsure if this should be in or not but makes no difference either way
Feb 17, 2010 ... I am building a new site in dnn 5 and want to use a 2 col left menu layout. ... this kind of accordion menu for purchase to be used in dnn 5?
3— An accordion menu with “unlimited” sub-levels will always be on the left ... The left menu have an active state that always show where the user ... email ( with roll back if html is not accepted (mostly user side) with
[Archive] Free Accordion Menu R2 Code Modification and Addon Releases. ... have an 'expand' icon (eg a + of > sign) next to the left of the main category menu. ...... your coding works really well at our side. Thank You
Mar 11, 2010 ... Anyone tried to use accordion, tree or sliding menus with Flexicontent? ... I need a tree menu to show categories in left side of page
[Archive] Free Accordion Menu Example Code Modification and Addon Releases. ... Are there any details left out of the instructions? ..... if the categories didn 't expand/contract vertically, but rather came out the side
Aug 19, 2010 ... i found a template of that menu style here(menu on the left hand side), Simple list based menu and then they give the code for it HERE ... Making Accordion menu using jquery · Digg this Post!