- Horizontal or vertical orientation - Items with icons - Image arrows - Inactive/Disabled items - 85% transparency for sub menus - Hundreds of pre-designed templates - Personal CSS styles for separate menu elements - Search feature - add the search area in the menu and type symbols.
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see 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 automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.
Q: I am really confused by all of this. Perhaps I should state that I am computer savvy, however, I am not at all familiar with javascript or html. I was hoping to use the deluxe tuner to avoid having to deal with any of this.
I removed deluxe tuner and deluxe menu from my computer and reinstalled both. When I went to download the license key, I extracted the file from the ZIP file and replaced the files that were downloaded with the free version.
I am now ready to re-create my menu. It says to edit my data file. When I try to do that it will NOT open. It says my computer does not have the right program? What do I need?
Also, once I have created the menu in Deluxe tuner, where should I save it? In the folder where my website pages are saved? Again, I am using Yahoo sitebuilder, so I am not exactly sure where I should save it in these folders?
Furthermore, when I tried to save a file before I removed Deluxe tuner and reloaded it, It would ask me if I wanted to copy all my files? What is that and what is the purpose?
A:> I am now ready to re-create my menu. It says to edit my data file. When I > try to do that it will NOT open. It says my computer does not have the right > program? What do I need? You should open your data file with the menu in any text editor andadd your reg. key. Try that.
> Also, once I have created the menu in Deluxe tuner, where should I save it? You can save your data file in any place and then copy to the rightplace.
> Furthermore, when I tried to save a file before I removed Deluxe tuner and > reloaded it, It would ask me if I wanted to copy all my files? What is that > and what is the purpose?
If you click yes, Deluxe Tuner save also all engine .js files and allyour images into "data.files/" folder.
You can also click Export->To HTML. So you'll have html page with your menu and folder with engine .jsfiles and images.
So you should to do the following things: 1. open your page in Yahoo's SiteBuilder 2. open generated with Deluxe Tuner html source code of the page i anytext editor 3. copy such lines from html source code
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "data.files/";</script> <script type="text/javascript" src="data.files/dmenu.js"></script>
or <div align=center> <script type="text/javascript" src="data.files/data.js"></script> </div>
For info see: http://deluxe-menu.com/installation-info.html
You should also copy "data.files/" folder in the right place. In thefolder where you have you index.html page, created in Yahoo'sSiteBuilder.
Q: Can I replace your button graphic with my button graphic? Is there any problem in integrating your software into Microsoft Expression Web?
A: > Can I replace your button graphic with my button graphic?
Yes, of course. You can use your own images in the menu. Please, try the trial version. Use Deluxe Tuner application to create your menu.
> Is there any problem in integrating your software into Microsoft Expression Web?
Deluxe Menus weren't developed as Microsoft Expression Web/Dreamweaver/Frontpage and others webdesign programs extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in your program 2. open html source code of the page 3. add several rows of code (<script> tags), For info see:
http://deluxe-tree.com/installation-info.html
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: Just wondering if you could help.I wish to put a script java menu on every page of my site - through all the folders etc. How do I set it so that they all 'feed' from the same dmenu.js file? How do I set the file path to that file from all pages of my website?
A:1) How do I set it so that they all 'feed' from the same dmenu.js file? You should use absolute path here:
1. Paste the following code into a tag of your page:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "http://site.com/menudir/";</script> <script type="text/javascript" src="http://site.com/menudir/dmenu.js"></script> <!-- (c) 2009, http://deluxe-menu.com -->
2. Paste the following code where you want to have the menu:
2) How do I set the file path to that file from all pages of my website? If you don't want to create your menu on each page, you can try to useframes, the menu has a cross-frame mode. Also you can use aserver-side script (php, asp, vb, etc.) to generate html pages fromtemplates on your server.
mise en forme css avec des images * utilisation de jquery (il y a plein de plugin, ... Voilà pour un menu déroulant en CSS. Celui ci est horizontal, mais il suffit de refaire ... Tu peux regarder du coté de JS et des lib proposées
9 juin 2006 ... Et pour enfin en finir, tu peut aussi creer ton menu avec macromedia flash ce qui te ... Cherche Pro en Java et en Css !! Menu deroulant css
Salut, Question simple : est-il possible d'obtenir un menu déroulant en css sans le moindre appel à java ? Autrement dit, obtenir ce résultat-ci sans java
Regarde la CSS justement pour voir ce qu'il faut mettre comme ... Je vais étudier les façon de faire ça en Javascript et la partie de code que tu as posté . ... Je suis en train de réaliser un site Web avec des menus déroulants. Et j' ai des difficultés car mes menus déroulants je veux les faire dans
18 janv. 2008 ... Meilleure réponse: c'est simple tu as un menu déroulant 100 % css http://bormat2 .free.fr/. Menu déroulant html avec saisie javascript - Forum
Par menus simples avec liens, j'entends ce type de menu déroulant : ... Mais tu peux t'en sortir avec un javascript très limité, ou si tu tiens vraiment à ne .... Et je suppose que les changements d'apparences sont en fait du aux CSS
je suis relatif débutant et j'essaie d'écrire un menu déroulant, ... <dd id=" smenu" onmouseover="javascript:montre('smenu');" onmouseout="javascript:montre() ;"> ... et maintenant le module css qui réalise le menu :
Tom's Guide : Discussion Menu déroulant horizontale CSS bouton ... HTML pour créer une barre de menu horizontale déroulante en CSS avec des bouton sous forme ... <dt onmouseover="javascript:montre('smenu1');">Menu 1</dt>
Internet Explorer avec un menu qui passe inévitablement sous les éléments de ... ... sur mon www mais il est pas full CSS puisqu'il utilise du javascript