- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Top items and submenus have a shadow - Search feature - add the search area in the menu and type symbols. - Keyboard navigation - press Ctrl+F2 to enter the top menu - Visible over select boxes, iframes, pdf, flash, Java applets. - AJAX menu loading - loads web menu data from the server "on-the-fly". - Hundreds of pre-designed templates - Several menus on one page
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: We have been evaluating your menu control. But we are not able to use PNGFix javascript which is used for transparent PNG image in our down navigation bar. Your menu is transparent but it goes one layes behind. It should come on top of all with transparecy.
Your reply could help us make a buying decision.
A: Unfortunately it is really so. PNGFix javascript won't work.
We'll try to add feature to use transparent PNG images in the next version of Deluxe Menu.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I'm using the deluxe-tree; my dynamic tree menu is very long; and the page has a vertical scroll bar as a result. My question is, does the dynamic tree menu support anchors? So let's say I do mypage.aspx#mynode, and mynode is a tree-node, and happens to be on the bottom of the page, can we make it so that the user goes to that node, without him using the vertical scroll bar?
A:No, it is not possible. But you can collapse your tree menu by default: var texpanded=0;
and use API functions to expand the specific items based on the page you are now:
Q: I need to work it with PHP/MySQL. I have found some information on it in your Support section, but have problems to understand and wonder if you have more information or a working sample of the loading bar with PHP/ MySQL.
A:Info about generating menu (menu items )from a database, please, see:
http://deluxe-menu.com/generate-menu-from-database-xml-php-asp-vb-support.html Please, see the example of .php file. The content of .php file depends on your database structure.
<?php
// The example for PHP/MySQL. // MySQL database has the table "menuTable" that contains data for menu items. // The table has the following fields: // 1. "text" - item text // 2. "link" - item link // 3. "icon1" - item icon (normal state) // 4. "icon2" - item icon (mouseover state) function getMenuItems() { $jsItems = '';
// Select all records from table "menuTable" $allItems = mysql_query('SELECT * FROM menuTable;');
// Extract items data from database and build Javascript code for menuItems while ($itemData=mysql_fetch_array($allItems)) { $jsItems .= '["'.$itemData['text'].'", "'.$itemData['link'].'", "'.$itemData['icon1'].'", "'.$itemData['icon2'].'"],'; }
// Return Javascript code return $jsItems; }
?>
<script> var menuParam1 = value1; var menuParam2 = value2; var menuParam2 = value2; ...
var menuItems = [
<?php
// Write Javascript code for menu items echo getMenuItems();
You could also check out a tutorial, like the “horizontal” menu bar described here: ... <script type='text/javascript'> jQuery(document).ready(function()
Oct 20, 2009 ... I have created a horizontal drop down menu with a rollover effect. It works just ... ... #menubar { height: 4.7em; } #navlist { position: relative; width: 100%; .... Use java script/css and a little bit googling :)
Oct 17, 2010... that Google has made drop down menus available on the horizontal menu bar. ... Another new feature in the form of scripts for Googlesites. ... how to create a horizontal drop down menu for navigation in google sites
I was looking for a menu like WWB menubar item but with the ... We would like to inform you that you can create 'menus with horizontal submenus' with AllWebMenus . ... WYSIWYG Web Builder Tips, scripts en handigheden
Dec 16, 2009 ... where the HeaderMenu is stored (in a horizontal menubar across top of page) ... I have a contentController script that I am working on that