- Special JavaScript API for changing javascript menu "on-the-fly" - Filters and Transitional effects - 85% transparency for sub menus - Inactive/Disabled items - AJAX menu loading - loads web menu data from the server "on-the-fly". - Text aligned to left - Personal CSS styles for separate menu elements - Image arrows
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: I’d like to know how to populate the navigation bar menu from a database?
A: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 = [
// Write Javascript code for menu items echo getMenuItems();
?>
]; </script>
Q: I am evaluating your product and would like to display my top menu without a border, but have the dropdown (child menus) all have a border and shadow. If I change the menuBorderWidth to anything but 0, I get a menu on both the top menus and dropdowns. I need a topBorderWidth and a childBorderWidth.
Is there any way to accomplish this?
A:Yes, you can do it.
Please, set:
var menuBorderWidth=0;
To set border for submenus you should use Individual Submenu styles, for example:
var menuStyles = [      ["menuBorderWidth=1","menuBorderColor=#9A9CA7"], //style 0 ];
You should assign style for the first item in the submenu.
Q: But given the sample on http://deluxe-menu.com/highlighted-items-sample.html#ind we want to delete menuentry 'Sample1' and do dm_ext_deleteItem(2, 4, 0)
This raises an error but according to your javascript menu master manual the first argument should be the menuindex ....which is 2 in our opinion.
A: See, if you have several menus on your page they will have differentID's, for example:
común y corriente como lo hicieron Violeta Parra, Atahualpa ... 뱟Ajusto el horizontal, la línea va bajando, el vertical me marca la distancia y al apuntar,
Beginner's Atahualpa Tutorial There is a new version of Atahualpa ... the page/ category menus have been improved and best of all there is now an ..... and with your TUTORIAL... one can enjoy a vertical learning curve!
I would like to change a vertical language switcher on the header into horizontal one. ... I use the Atahualpa theme. I managed to get a horizontal language ... the color configuration by WPML and a list instead of a pull-down menu