Dojo Menu Bar With Accordion Submenu by Deluxe-Menu.com
Dojo Menu Bar With Accordion Submenu

Menu Screenshots

Dojo Menu Bar With Accordion Submenu Menu Development And Evaluation

Features

Cost Effective
Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Cool Menue Dojo Menu Bar With Accordion Submenu
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant
Easy Setup
  • De Luxe Tuner. GUI interface to create your dojo menu bar with accordion submenu menus easily and in no time
  • Sensible menu parameters for manual editing



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • 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.

Recent Questions

Q: I have included one of your (great) horizontal menus on a site I am working on - it's working well, apart from in IE (v6.0), it appears with a drop shadow - do you know how to get rid of this?


A: Thanks for your interest in our products.
You should set the following parameter:

  var shadowLen=0;


Q: I am a web designer and considering purchase of your product. I have downloaded a trial dhtml menu version, but no image files were created. Other programs I have tried exported html, js file, & image files. What's the deal?

Please help!

A: I'm not sure I understand you.

You should create your menu in Deluxe Tuner app (you can also usetemplates). Then you should save your menu as .js file (click "yes" tosave all files for the menu). You also can save your menu into htmlpage.



Q: I have a Dynamic tree menu now.

Can I change the style of expandable javascript menu on the fly when I click the style menu items of the tree I made?

A: Theoretically you can do it.

Try to use
function dtreet_ext_userClick(itemID)
{
// Your Javascript code here
return true;
}

function and call

function dtreet_ext_changeItem (menuInd, itemID, itemParams)

function in it.

You should create Individual item style for this item and and assignthis style when you click on the item.



Q: For the attributes that can have top, left, right, bottom, i.e. border, padding, is there any way to specify just one of them in the javascript context menu? i.e. border-left: 2px. I tried 2px 0 0 0 but that doesn't seem to work.

A: You can set different border width , forexample:

  var itemBorderWidth="1 0 2 5";
  var itemBorderWidth="top right bottom left";