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: Navigation bar code should indicate with on which page I me just considers.. (with anothercolour of the font of the active Link from the navigation, or an underline, bolder font, ...).
A:Deluxe Menu has only two states normal and mouseover, but you can highlight menu items in two ways:
Try to do the following things:
- delete var pressedItem=1; parameter from your data file - set correct parameter on each page before you call data file,
for example:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="menudir/dmenu.js"<>/script< >script type="text/javascript"< var pressedItem=3;>/script< ... <script type="text/javascript" src="menudir/data.js"></script>
You can also set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page. That is why you should write your own code on PHP.
Q: Will this menu rollout from within an iframe over a regular frame underneath it?
A:Deluxe Menu doesn't work with <IFrame> objects. They work with
Q: I created a custom error page for a site, but the menu would not display.
I found that this was due to the erroneous "current directory" in the bad link test, for a non-existent directory.
which is: level2/level3/
I changed the script code from: <script type="text/javascript"> var dmWorkPath = "DMworkfiles/";</script> <script type="text/javascript" src="DMworkfiles/dmenu.js"></script>
to:
<script type="text/javascript"> var dmWorkPath = "DMworkfiles/";</script> <script type="text/javascript" src="/DMworkfiles/dmenu.js"></script>
adding the "/" before "DMworkfiles/dmenu.js" source reference allowed the .js file to be found in the root directory and the menu would display.
The problem is that the little menu "expansion" arrow .gif cannot be found in the "current working directory" of level2/level3/. just little "blanks" show.
I tried changing: var dmWorkPath = "DMworkfiles/";
to: var dmWorkPath = "/DMworkfiles/";
but that did not enable the display of the arrows.
I also had to prefix all of the links in the menu with a "/" to indicate the root directory because of the "current directory" for the bad page.
I hope I have explained the problem sufficiently. What am I doing wrong or missing here?
A: You can use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
I use the Atahualpa theme for my blog http://www.mobileforesight.com However, I have a problem: In the Page Menu Bars in the blog header, there is one link
How could I reuse the BP Admin bar in the theme presentation ? ... I created a menu (BuddyBook) and use it in the Menu 2 (Atahualpa shows it in the ... you must delete any values you entered in the “Vertical offset” and “Horizontal
Nov 3, 2010 ... From bar managers, to visionary restaurateurs the dynamic mogul duo—Brandon ... After successfully launching their first dining concept, Vertical 114, these rising ... foods on the menu with the assortment of excellent wine offered. .... Powered by WordPress & the Atahualpa Theme by BytesForAll
Nov 3, 2010 ... From bar managers, to visionary restaurateurs the dynamic mogul duo—Brandon ... After successfully launching their first dining concept, Vertical 114, these rising ... foods on the menu with the assortment of excellent wine offered. .... Powered by WordPress & the Atahualpa Theme by BytesForAll
Jan 25, 2009 ... 1) sometimes the complete menu ul is diplayed vertically a fraction of a second .... into my Wordpress Theme Atahualpa http://wordpress.org/extend/themes/ atahualpa . ... between the address bar and the refresh button)
I use the Atahualpa theme for my blog http://www.mobileforesight.com However, I have a problem: In the Page Menu Bars in the blog header, there is one link
How could I reuse the BP Admin bar in the theme presentation ? ... I created a menu (BuddyBook) and use it in the Menu 2 (Atahualpa shows it in the ... you must delete any values you entered in the “Vertical offset” and “Horizontal
I use the Atahualpa theme for my blog http://www.mobileforesight.com However, I have a problem: In the Page Menu Bars in the blog header, there is one link
Nov 3, 2010 ... From bar managers, to visionary restaurateurs the dynamic mogul duo—Brandon ... After successfully launching their first dining concept, Vertical 114, these rising ... foods on the menu with the assortment of excellent wine offered. .... Powered by WordPress & the Atahualpa Theme by BytesForAll
How could I reuse the BP Admin bar in the theme presentation ? ... I created a menu (BuddyBook) and use it in the Menu 2 (Atahualpa shows it in the ... you must delete any values you entered in the “Vertical offset” and “Horizontal
Jan 25, 2009 ... 1) sometimes the complete menu ul is diplayed vertically a fraction of a second .... into my Wordpress Theme Atahualpa http://wordpress.org/extend/themes/ atahualpa . ... between the address bar and the refresh button)
Jan 25, 2009 ... 1) sometimes the complete menu ul is diplayed vertically a fraction of a second .... into my Wordpress Theme Atahualpa http://wordpress.org/extend/themes/ atahualpa . ... between the address bar and the refresh button)