- Submenus dropdown on mouseover - Special JavaScript API for changing javascript menu "on-the-fly" - Image arrows - Inactive/Disabled items - Status string shows item labels - UL/LI items structure - 85% transparency for sub menus - Cross-frame support - menus work on frameset-based pages
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe Menu!
Q: I am testing your image based vertical menu. I am happy with it and about to buy the muti-site license if you can help me with one problem.
The menu looks different in IE compared to Firefox. In IE it is much smaller.
A:Try to specify units in "px":
var itemPadding="3px"; var itemStyles = [ ["itemWidth=150px"], ]
var menuStyles = [ ["smHeight=200px"], ];
Try that.
Q: How do I get started with Deluxe Menu? Do you have a link with instructions?
I designed my own website with DreamWeaver 8.0 ( www.lesvants.com ) but don't have a clue as to how to start designing with your product.
A:Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time.
Deluxe Menus weren't developed as Dreamweaver/Frontpage 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
That's all.
It is possible that Dreamweaver changes some paths, so you havean error in the preview. On your site or in your browser there'll be no errors.
Create your menu in Deluxe Tuner application .You can create any menu as you like in Deluxe Tuner.
Please, try to download trial package once again. We added alltemplates in Deluxe Tuner Templates window.
Unfortunately, Deluxe Tuner doesn't copy all need images forVista Template into your folder. You should do it manually.After you create your menu in Deluxe Tuner you should copy all images youneed for the menu into your folder and correct images paths.You should set the following parameter var pathPrefix_img="";
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> <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 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.
Try that.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I've now begun to offer my clients multiple levels offunctionality. Is there any way to add another level of complexity to the php drop down menu? Would AJAX Menus be the best approach for doing this?
A:You can do it in three ways now.
1) You can use API functions to generate items dynamically:
function dm_ext_createSubmenu (menuInd, submenuInd, itemInd, iParams) function dm_ext_addItem (menuInd, submenuInd, iParams)
2) Use AJAX feature and create different .js files depend on company and user level.
3) Generate your menu items dynamically from database. Unfortunately we don't have working example with ASP.
You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc. However, these scripts don't work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2008, http://deluxe-menu.com -->
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var menuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ];
Por ejemplo, Drupal, hoy por hoy, es mejor para comunidades, xoops para proyectos, ... Mambo, Postnuke y otros. Post Posted: Sun Feb 05, 2006 6:07 pm .... el explorador del sitio tiene menus desplegables con clic derecho
21 May 2010... en el menú desplegable que aparece habrá un botón que dice "Agregar emoticon al EC". ... Para aquel que no le interese mucho el atajo del emoticon, .... June 23, 2010 - 6:44pm — Tetracycline (not verified)
Por ejemplo, Drupal, hoy por hoy, es mejor para comunidades, xoops para proyectos, ... Mambo, Postnuke y otros. Post Posted: Sun Feb 05, 2006 6:07 pm .... el explorador del sitio tiene menus desplegables con clic derecho
21 May 2010... en el menú desplegable que aparece habrá un botón que dice "Agregar emoticon al EC". ... Para aquel que no le interese mucho el atajo del emoticon, .... June 23, 2010 - 6:44pm — Tetracycline (not verified)
Por ejemplo, Drupal, hoy por hoy, es mejor para comunidades, xoops para proyectos, ... Mambo, Postnuke y otros. Post Posted: Sun Feb 05, 2006 6:07 pm .... el explorador del sitio tiene menus desplegables con clic derecho
21 May 2010... en el menú desplegable que aparece habrá un botón que dice "Agregar emoticon al EC". ... Para aquel que no le interese mucho el atajo del emoticon, .... June 23, 2010 - 6:44pm — Tetracycline (not verified)