- Special JavaScript API for changing javascript menu "on-the-fly" - Submenus dropdown on mouseover - Text aligned to left - Search feature - add the search area in the menu and type symbols. - Image arrows - Unlimited number of sub levels - 85% transparency for sub menus - Several menus on one page
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: I am in the final stages of testing and need some advice and help.
I have two problems I am trying to address.
1) Arrows on dropdown menu select.
2) Load time.
Please notice, I have to use absolute paths for the dropdown menu select to work.
1) I can't get the arrows to show, so I tried to add the code for images in the first bold sentence below.
2) I tried to add the second line for absolute paths for links to increase load time in the second bold sentence. It appears that the load time is increased by about 3 seconds and that the menu is the last to load, even though I have tried to have this as the first html to load.
Neither one of my commands appear to work.
This site has over 10,000,000 items on it, and I can't wait to get this up and running. Your program is the perfect solution for anybody with a website.
A:1) Now you have:
var arrowImageMain=["mainmenu.files/arrv_blue_2.gif","mainmenu.files/arrv_white_2.gif"]; var arrowImageSub=["mainmenu.files/arr_blue_2.gif","mainmenu.files/arr_white_2.gif"];
You should set your arrows in the following way:
var arrowImageMain=["arrv_blue_2.gif","arrv_white_2.gif"]; var arrowImageSub=["arr_blue_2.gif","arr_white_2.gif"];
2) Your menu is very large. I advise you to us AJAX like technology.
move all <script> calls into <head>, but delete dm_init() function from mainmenu.js file -- move them instead offiles calls, i.e.:
<head> <script src=mainmenu.js> ... </head>
...
<div><script>dm_init();</script></div>
It this case data will be loaded when <head> will load, but after thatdropdown menu select must be shown quickly. Let me know about results.
Q: I am using deluxe-menu for the third time to create a school web site. It has worked fine on the previous two sites, but I am making a horizontal menu this time instead of a vertical menu. The menu won't align itself correctly in Firefox. I read the post in your FAQ and I set the align tag in the TD element and also the size attribute, but that didn't work.
Could you give me some suggestions. It looks fine ie IE, but not Firefox.
A:Try to specify exact value for menu width.
For example: var menuWidth="800px";
It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly.
Q: I want to buy your product today, but have a few questions:
How do I change the font style for java menu templates to 9pt Verdana bold, but leave the sub-menus 9pt Verdana normal? I understand there’s a "fontStyle" variable, but is there an "itemfontStyle"? How do I make the left hand padding greater for the menu? I’m using the XP Style 1 and the far left top menu item is running up against my left hand border. I want to add about 10px of spacing to the left of the menu. How do I make the options in a menu have equal spacing? For instance, if there are 5 items in the menu, how can each have 100% / 5?
A: You can use Individual Item styles to set specific parameters for eachitem or submenu.
1. var fontStyle=["normal 9pt Verdana","normal 9pt Verdana"]; //for subitems //style for the top items var itemStyles = [ ["itemHeight=21px","itemBackColor=#F2F3F2,#1665CB","fontStyle='bold 9pt Verdana','bold 9pt Verdana'"], ];
2., 4. You should specify itemPadding parameter in "px". You shouldadd "px" in your style for subitems: var menuStyles = [ ["menuBackColor=#F2F3F2","menuBorderWidth=0","itemSpacing=1","itemPadding=4px","smOrientation=undefined"], ];
Notice also that you can set multiple value for itemPadding parameter,for example:
itemPadding=4px 10px 4px 10px top right bottom left 4. You should set the exact width for the java menu templates: var menuWidth="500px"; and set width for the top items using Individual styles: ["itemWidth=100px","itemHeight=21px","itemBackColor=#F2F3F2,#1665CB","fontStyle='bold 9pt Verdana','bold 9pt Verdana'"],
Unfortunately it is not possible to specify item's width in '%' inIndividual styles. The following width parameters won't work.
var menuWidth="100%"; ["itemWidth=20%","itemHeight=21px","itemBackColor=#F2F3F2,#1665CB","fontStyle='bold 9pt Verdana','bold 9pt Verdana'"],
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
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:
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.
Bon, j'ai réussi à intégrer un menu déroulant horizontal sur mon site. ... peut- être plus que ce que permettent d'autres CMS comme Wordpress ou Joomla. ... [ NAVIGATION] Créer un menu de navigation en image
14 juil. 2010 ... Je tente actuellement de créer un template avec un menu horizontal à onglets en topmenu, dont l'onglet actif (correspondant à la page visitée) aura un
13 juil. 2010 ... In some server this don't work and I think that Joomla! specifies that ... il m' affiche une ligne horizontal à la place du saut de page. ... l'onglet Champs, éditez le champ description, dans la colonne de ... User Menu. FAQ · Top. Heures au format UTC. Joomla! official website · Credits · Sitemap
nécessité de rubriques horizontales et verticales que je puisse rapidement ... ce que je voulais dire, c'est que je veux pouvoir mettre autant d'onglets (type: conseils et ... Joomla sera un peu trop compliqué pour un particulier
Chaque onglet étant un objet Flash à part entière, ce qui t'oblige à avoir plusieurs ..... Voici un menu horizontale de Max Design en CSS pure. ... Je vois que sur DWcs3 on peut créer un fichier CSS, est-ce que c'est là que je dois .... Joomla je suis en train de voir mais c'est le temps qui manque
Je suis actuellement en train de créer ma boutique sur la plateforme Powerboutique. ..... (ca pour une seule onglet, pendant 10h par jour, mais vous pouvez ouvrir + qu'une ... XHTML / Re:Deplacer menu horizontal a droite, sur: le 10-12-2010 a 19:36:22 ..... J'ai finalement lancé le projet sur Joomla/ Virtuemart
Que votre menu soit en horizontal ou vertical cela est un détail. ..... vous avez pensé à un CMS tel que Joomla!, qui permet de créer un site complet sans
Bonjour, je teste en local drupal car je veux créer un web ... sur la page d' acccueil horizontalement sous forme d'onglet, quelqu'un pourrait-il m'aider. merci d'avance ... ta taxonomie en menu, ce qui va te permettre de l'afficher. ... joomla et drupal semblent en effet pareil, mais pense tu que
23 nov. 2008 ... Capture d'écran - Simple Press Forum, onglet Admin ..... J'ai utilisé S@S pour mon travail de formateur à l'IUFM, joomla et dernièrement CMS Made Simple. Tout cela pour dire que dans le tuto 1, je ne vois pas le menu ... On est passé d'une barre de navigation horizontale à un système vertical
Il y a un décrochement horizontal entre le titre et les frames. ... Joomla/ pour chaque site à créer il faut réinstaller sur le serveur ? ... [resolu]html tout simple · (résolu) Probleme avec IDLE (manque un onglet)
Cliquez ensuite sur l'onglet "mode photo" pour accéder à votre reflex ! ... composition verticale ou horizontale, zoom (focale) etc. .... vous aller créer des flous sur les choses qui bougent tout en préservant la netteté sur .... Vous arrivez alors au même "menu viseur" de votre appareil pour vos
11 oct. 2010 ... Réunir les outils · Créer la structureNiveau avancé ... En gros, je voudrais que le menu horizontal soit tout en haut du site et le .... il reste figé contrairement aux autres onglets du menu. ... Joomla ...... Joomlart ... Discussion des annonces, Template Ja T3 Framework 2.0 Version French
1 janv. 2010 ... Menu css vertical onglet actif sur page active - Forum ... J'ai trouvé un site cooltext qui me permet de créer des boutons, j'ai essayé de faire un menu. ... Bonjour, mon problème est que j'ai un menu css dans template joomla en direction :ltr ... Menu horizontal à plusieurs niveaux en CSS?? - Forum
... le vôtre en haut). plutôt, comme votre menu horizontal (les 4 onglets). ... La gestion des menus de Joomla! n'a rien à voir avec JCE. Il faudrait soit voir si un module de menu permet de faire ça, soit créer un module de contenu ... jcetooltip dans l'onglet avancé du gestionnaire de lien de JCE
Créez un compte et participez aux discussions. C'est gratuit ! Rechercher : ... Par contre, comment y insérer un onglet pour permettre de parcourir le pc ? Car là, tu ne peux que rentrer l'URL d'une image qui se trouve sur .... ALL VIDEO - JOOMLA - OLYMPE · Menu horizontal avec affichage d'un texte
C'est pour ce site en cours de construction (sous joomla). On accède aux blocs par le menu. Les blocs, cad les "pages", prennent actuellement la hauteur de leur contenu, .... Pour le JQuery, en fait j'utilise déjà un script pour créer l 'effet de glissement horizontal. ça marche plutôt pas mal non ?