- Visible over select boxes, iframes, pdf, flash, Java applets. - Submenus dropdown on mouseover - Special JavaScript API for changing javascript menu "on-the-fly" - Personal CSS styles for separate menu elements - Items with icons - Relative/Absolute menu position - Status string shows item labels - Search feature - add the search area in the menu and type symbols.
Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.
Q: I just want to know after I generate the asp drop down menu, how can I put it in my html page ?
A:Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time.
1. Create your menu in Deluxe Tuner application. You can create any menu as you like in Deluxe Tuner.
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Menu ) you can click "File/New"and add items and subitems using buttons "Add Item" and "Add Subitem" onthe main window. You should set items and subitems parameters on the "Item Parameters"window. See also other parameters for the menu on the main window.
More info about menu parameters you can find on our site (you can alsouse local version of the site which you can find in the trial package "Deluxe Menu / deluxe-menu.com /")
You can also use Individual Styles for items and subitems: http://deluxe-menu.com/individual-item-styles-info.html Javascript Menu by Deluxe-Menu.com <script type="text/javascript"> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. ... </head>
You should also copy all engine files dmenu.js dmenu_add.js dmenu_dyn.js dmenu_key.js dmenu_cf.js dmenu_popup.js dmenu_ajax.js into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page. Try that.
Q: I need to create a link drop down menu for a site that has the top level menuhave no border but I want any of the sub menu popups to have aborder around them (or a different background color for the menuarea for the popup). I can not see a way to do this? If a put a menu border on it appears on both the top level and any submenu popups.
A:You should set the following parameters:
1) var menuBorderWidth=0; 2) Create Submenu Style
var menuStyles = [ ["menuBorderWidth=1","menuBorderStyle=solid","menuBorderColor=#7E5927"], //style 0 ]; You can do it in Deluxe Tuner. Click "Edit Individual Styles" and thenchoose "Submenu Styles" tab.
3) Assign Individual Style for your submenus. You can assign them only for the first item in each submenu. For example:
var menuItems = [ ["Home","testlink.html", "", "", "", "", "", "", "", ], ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "", "", "", ], ["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "", "0", "", ], //style 0 ["|Installation","", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "", "", "", ], ["||Description of Files","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", "", "", "", "0", "", ], //style 0 ["||How To Setup","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", "", "", "", "", "", ], ["|Parameters Info","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", "", "", "", "", "", ], Q: We are registered users of the Deluxe Menu software. Today I tried to use the Javascript API, but there is something I do not understand and want to ask for support.
Ok, there are three submenus. Now I am going to delete one of them:
>>> dm_ext_deleteItem(0, 0, 1)
"Menu 2" disappears on the screen, this works as expected. But now when I re-inspect the menu using the API, I find that the API reports exactly the same as before:
So, it seems the report function continues to know about the original menu structure and reflects it. Am I using the API in a wrong way?
The problem I want to solve is to remove the entire menu dinamico dhtml, in order to rebuild it dynamically. Because I did not see a function aimed to this functionality, my plan was to delete all main menu entries subsequently until the main menu inspector no longer reports an entry. Is there (a better) way to achieve this?
A: Unfortunately, dm_ext_deleteItem() only change visibility of theseitems.
It doesn't delete them completely.
We'll try to fix it in the next versions of Deluxe Menu.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
It has to do with the targets set on the menu tabs. The target of the href is set to be within the iframe. I don't know if you can I would try setting the
Feb 23, 2010 ... Are your sub-tab menu titles wrapping? Do you need to adjust the font-size?This line of code will adjust the font size of your sub-tab menu
Sep 16, 2009 ... Hello . I come back again with another Free Design Box files. A set of Folder Menu Tabs in PSD file format. The set includes 10 different
Sep 13, 2010 ... Depends on what you mean by 'dynamic', but I suggest taking a look at the Newbury themes, which have a tab menu similar to the one in your
Default Create tabbed menu. How to create menu to look like this? ... and here some example tab menu using jQuery : http://yensdesign.com/tutorials/tabs/
Question is how do you get the tabbed top menu to appear in the template? Is this a separate plug-in or can I somehow position my "top menu" into that spot?