- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Sound support! - Submenus go over all page objects - AJAX menu loading - loads web menu data from the server "on-the-fly". - Horizontal or vertical orientation - Unlimited number of sub levels - Hundreds of pre-designed templates - Relative/Absolute menu position
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
I need the rollover and selected color of each section in the onmouseover drop down menu to be a different color.
Here is my scenario
link1 link2 link3 All links are white. On rollover, link1 turns red, and the drop down below is red (if possible can each individual link in the the dropdown rollover to a diffrent color, say pink?) When you click a link in the link1 dropdown, and go to that page, link1 will now be red (highlighted) while on that page, and link2 and link3 are still white.
Now, On rollover, link2 turns blue, and the drop down below is blue(if possible can each individual link in the the dropdown rollover to a diffrent color, say light blue?) When you click a link in the link2 dropdown, and go to that page, link2 will now be blue, and link2 and link3 are still white. I also need the flyout menus to be able to be different widths. Say the drop down menu under link1 has short links, then it only needs to be 100 pixels wide. If the sublinks under link 2 are longer, its dropdown menu might need to be 200 pixels wide. In other words, the flyout width needs to be flexible to fit the length of the text in the link. I have tried other programs, but have found none that can do this. The problem seems to be they cant have different width flyout menus (often this is the case if they are css based). OR It is not possible to show a 'up' or highlighted color on a main link when you are on a page that is a sublink)
Does this make sense, and is it possible with your builder?
A: Yes, you can create such a menu using Deluxe Menu.
To use different font colors for the main items you should useIndividual Item styles. And to cerate different color and differentwidth of the submenus you should use Individual Item/Submenu styles.
See the attached example.zip. See how you should use styles.
> I also need the flyout menus to be able to be different widths. Actually the submenu width is depend on the item's size. You can alsowrap item's text. Set var noWrap=0; or use standard <br> tagsinside items' text:
["|very long text <br> in Item 14","", "", "", "", "", "3", "1", "", "", "", ],
You can set exact width for each submenu using IndividualSubmenu Styles.
> When you click a link in the link1 dropdown, and go to that > page, link1 will now be red (highlighted) while on that page, and > link2 and link3 are still white. You can find more info here: http://www.deluxe-menu.com/highlighted-items-sample.html
Deluxe Menu has only two states normal and mouseover.
Try to do the following things:
- delete var pressedItem=1; parameter from your data file - set correct parameter on each page before you call data file, forexample:
<noscript><a href="http://deluxe-menu.com">onmouseover drop down menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <script type="text/javascript"> var pressedItem=3;</script> ... <script type="text/javascript" src="menudir/data.js"></script>
You can also set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page. That is why you should write your own code on PHP.
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: The menu maps to the width size of the longest menu item on the list, can you tell me how I can restrict this, and have a fixed menu size.
A:Unfortunately it is really so. You can try to wrap your text.
You should set the following parameter:
var noWrap = 0;
or use <br> tags within menuItems.
Q: We are in the stage of design, we have a requirement to have the right click drop down menu fly out from right to left.
A: The following parameter controls the ways of showing submenus:
From left to right:
var subMenuAlign="left"; var subMenuVAlign="top";
From left to right + upwards:
var subMenuAlign="left"; var subMenuVAlign="bottom";
From right to left:
var subMenuAlign="right"; var subMenuVAlign="top";
From right to left + upwards:
var subMenuAlign="right"; var subMenuVAlign="bottom";
ie7 menu trouble HTML/CSS/JS Help. ... (you can see it expand but not enough to see the text inside) ..... You can do a horizontal or vertical menu, do sub menus with as many child menus as you want to go. when you're
Multilevel menu - display sublinks in unordered list for CSS ... menus and the only one that displays sublinks is Vertical style, which is still not the same. I set it to "expand" - always, indent images - do not show
Edit the stylesheet "Navigation: Simple - Vertical" and add following lines at the end: .... it expands, right, but I want the other to close excepted ... You always need to adapt your CSS if your menu has more levels
Edit the stylesheet "Navigation: Simple - Vertical" and add following lines at the end: ... Edit (06.11.2009) : Modified the CSS to work with more than 2 menu levels. ... it expands, right, but I want the other to close excepted
select menu onclick css style Menu Desplegable Con Css Y Java · drag drop tree menu ajax Java Rollover Menu ... Java Menu Creator jquery vertical menu multi level visited ... Menu Expand Javascript javascript horizontal tab submenu
the container is not expanding as I add more content, which makes the rest ... vertical.html" title="a horizontal vertical menu">vertical ..... Luckily in the meantime I also got a lot of knowledge of CSS as I did that
and I'm having problems getting an expanding menu that works fine in IE7 to work in ... <style type="text/css"> body { margin-left: 0px; margin-top: 0px; ... background-repeat:repeat-y; } #menubox { vertical-align:top;
Experiment with the css to change colors width of boxes etc, Add more or as little ... Vertical Menu Tabs ~ Now in VB Default Colors .... Then expand it to your desktop, Use a text editor to open the .txt file and edit
Superfish Vertical Menu - Arrows not showing up in any browser ... I am sure this is a bonehead thing that I am missing, but I can't get the arrows to show up in my Superfish Vertical menu. .... <li class="current"><a href="whowho.php"> Who's who in .... Click to expand Superfish submenu
Some of my clients require a vertical menu, but the included vertical menu skins ... Makes menu expand on mouse over (unlike any menu found within the Windows ... CSS Class used for root menu items - Overrides CSSNode
Mar 20, 2010 ... Any chance of fixing it without putting back the vertical menu? .... Btw, I removed the option where the menu doesn't expand the rest of the page when I ... @Klara if you use something like firebug to inspect your css,
I have put most qm javascripts and css-codes into external files (the .... This style of tree menu expands and collapses on mouse hover rather than mouse click. ... horizontal or vertical drop down menu implementations