- Hundreds of pre-designed templates - Transition #14 - "fade out" effect - Status string shows item labels - Sound support! - Relative/Absolute menu position - Horizontal or vertical orientation - Visible over select boxes, iframes, pdf, flash, Java applets. - AJAX menu loading - loads web menu data from the server "on-the-fly".
Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance. Don't let your web site guests to get lost. Try Deluxe Menu!
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.
Try that.
Q: I just don't understand the 'concept" of how It should be put into my html page. I plan on having more than one menu on my page. and this would be an example of one of the drp down menus I want on it. I'm fairly new to making a webpage, but this menu is what I would like on my page. sorry for being a little slow at this, I DO LOVE how it lays out and cant wait to get it to work on my webpage.
A: 1. Create your menu in Deluxe Tuner application. You can create any menu as you like in Deluxe Tuner.
Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)
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 /") http://deluxe-menu.com/parameters-info.html http://deluxe-menu.com/menu-items-info.html
You can also use Individual Styles for items and subitems http://deluxe-menu.com/individual-item-styles-info.html http://deluxe-menu.com/individual-submenu-styles-info.html
2. You should install the menu on your page. You can click, for example, File/Export to HTML (you can't do it inthe MAC version).
Add several rows into your html page.
<head> ... <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>
... </head>
<body> ... <table> <tr><td><script type="text/javascript" src="deluxe-menu.files/data.js"></script></td></tr> //data.js - data file created in Deluxe Tuner. </table> ... </body>
You should also copy all engine files dmenu.js dmenu4.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.
If you want to install several menus on the one page you should writethe following code once
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> And then call your data files several times. <script type="text/javascript" src="deluxe-menu.files/data.js"></script> <script type="text/javascript" src="deluxe-menu.files/data1.js"></script> <script type="text/javascript" src="deluxe-menu.files/data2.js"></script> <script type="text/javascript" src="deluxe-menu.files/data3.js"></script>
Try that.
Q: I have small problems with your javascript menu system.
#1. I am creating a multi-level menu, am I limited to a gird format or can every item have a variable column width?
#2. With submenus, I want to have the submenu be the same width as the parent cell, is there a simple command for this, or do I have to guess the column widths until it fits correctly?
#3. In those same submenus, I have items that are longer than the parent, is there a word wrap or a way to define a break, rather than having the scroll feature?
A:1) You should use Individual Item Styles. For example: var itemStyles = [ ["itemWidth=120","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBackColor=#ACF88B,#ACF88B","itemBorderColor=#329309,#329309"], //style0 ["itemWidth=100","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBackColor=#FFFFFF,#FFFFFF","itemBorderColor=#1B92E9,#1B92E9"], //style1 ["itemWidth=130","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBackColor=#FF9684,#FF9684","itemBorderColor=#EC7575,#EC7575"], //style2 ["itemWidth=150","itemBorderWidth=1","itemBorderStyle=solid,solid","itemBackColor=#84F9FF,#84F9FF","itemBorderColor=#00B8C1,#00B8C1"], //style3 ]; var menuStyles = [ ["smColumns=2"], //style0 ];
I did some testing on the SM2 menu of the ALL CSS 2 template and found the solution. .... float:left; height:34px; }. is all you need to center the nav. ... Not sure, might be just because of the rotating banner
Then under Menu Assignment pick which page(s) you'd like the banner to show. ... I guess I need to add some custom css style for the banner module ... float: right; }. and then you can place any module you like in user4,
CSS IE7 sub menu disappears on rollover Client-Side (HTML, CSS, JavaScript) ... /*set (reset) attributes for 2nd level nav (float none makes it vertical again)* / ... Make your own free flash banners and photo slideshows
I increased the height in the template.css by 90px, to 180px; ... The header bar (with menu) drops as it should, but the left and right do not move .... table. newclass has to be defined to change the width and the float
i think for that the best solution would be to float all your columns ... menu</ div> <div style="float:left;width:25%;height:90% .... In my layout I have a banner at the top, and 3 columns in the middle; but I also have
But i think it's very usefull, with it you can show a menu of all category ... The information in the modules of Banner and Spotlight, I used standard ... Can you tell us how to put the images in the CSS, please, it will help us a lot ... float:left; left:202px; margin-left:-50%; overflow:hidden;
I have looked through the CSS and HTML files but can't seem to find anything .... User Help: Center menu replace float: left; or float: right; with : margin: 0 auto ... <?php $wd123 = 'banner'; include "templates.php"; ?
The Footer text float left when the is no article in any category ... in the PHP file and placed it in the CSS, calling it with 'class' as usual. ... pane and there I put a banner (kind of a category / header banner for the page. ... Phoca SEF, Phoca PDF, Phoca Maps, Phoca Restaurant Menu, Joomla!
Make an animated banner with a random text that changes every time you refresh the page! ... I would like to make a menu in this way ... Ready/Illustrator, |-- Swish2/SwishMax And Swish Max2 Tutorials, |-- PHP-HTML-CSS
-set destination pages/templates, and floating in ACP .... Discovered also where to put the additional css. ... they get the "Manage Banners" menu option but when it's clicked they are taken to a page of smilies!
All goes fine untill i close one of my menu's. I think the css is ... ... # Banner { height: 50px; background-color: #FED101; font-family: "Comic Sans MS", cursive; ... float: left; padding-top: 10px; } #Links a:link {
I know very little about css, and was hoping the template would be similar .... At a three column layout the left and right box are floating around ... menu modules and the other (closest to the right edge) a banner ad
float: left; margin: 5px 0 0 5px; } div.item-list-tabs#subnav ul li { .... To be a bit clearer, here's the info from the style.css file on making a child ... color to match the banner but if possible remove the menu tabs from the banner
I need to remove the menu from the “print preview” and actual prints from my ... #banner { background-color: white; padding: 15px; height: 36px; ... float: left; padding: 5px; margin: 5px; border: 1px dotted #aaa;
Can anybody show me how to do it using CSS code? ... I start out with a div that is 'float:right' for the banner and put it first in your ... horizontal css menu . By ozchris in forum Graphics & Design Discussion Forum