Umbraco Cascading Menu by Deluxe-Menu.com
Umbraco Cascading Menu

Menu Screenshots

Umbraco Cascading Menu Javascript Menu Scrolling

Features

Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your umbraco cascading menu menus easily and in no time
  • Sensible menu parameters for manual editing
Ejemplos De Menus Desplegables Con Javascript Umbraco Cascading Menu
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
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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed umbraco cascading menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation.
    Don't permit your web site visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: I need to be able to highlight the selected menu item of the currentpage in the html tree menu.
Is there a way to do this?

A: Please, try to set this parameters:

  var ttoggleMode = 1; Enables a toggle-mode. 0 - disabled, 1 - items stay highlighted after mouse click.
  var tpressedFontColor = "#AA0000";


Q: I changed the parameter from
  var dmObjectsCheck=0;
to
  var dmObjectsCheck=1;
in the data.js file
but it didn't change it;
_____________________

I opened the dmenu_add.js file, but I'm not sure what I'm supposed to do with it?
_____________________

I went to your sample page and I would like to add the item widths into mydata.js file, but each item is a different width. Would it be correct for meto do this?...

  var itemStyles = [
["itemWidth=98px"],
];

Or will I have to make all the main menu items/graphics the same width?


A: You don't have to change your dmenu_add.js file.
Please, place this file in the folder where your menu iscreated in.

Yes, you can set itemWidth for each main item.

Please, use Deluxe Tuner to create your individual styles.

You should write, for example, so:

  var itemStyles = [
["itemWidth=98px"], // style 0
["itemWidth=100px"], // style 1
["itemWidth=110px"], // style 2
["itemWidth=120px"], // style 3
["itemWidth=95px"], // style 4
];
  var menuItems = [

["","", "data.files/products.gif", "data.files/products_mo.gif", "Products", "_self","0" , , , ],

["","", "data.files/demoCenter.gif", "data.files/demoCenter_mo.gif", , ,"1", , , ],

["","", "data.files/resources.gif", "data.files/resources_mo.gif", , ,"2", , , ],

["","support.htm", "data.files/support.gif", "data.files/support_mo.gif", , "_self","4", , , ],

["","", "data.files/company.gif", "data.files/company_mo.gif", , , , , , ],];


Q: I am really confused by all of this. Perhaps I should state that I am computer savvy, however, I am not at all familiar with javascript or html. I was hoping to use the deluxe tuner to avoid having to deal with any of this.

I removed deluxe tuner and deluxe menu from my computer and reinstalled both. When I went to download the license key, I extracted the file from the ZIP file and replaced the files that were downloaded with the free version.

I am now ready to re-create my menu. It says to edit my data file. When I try to do that it will NOT open. It says my computer does not have the right program? What do I need?

Also, once I have created the menu in Deluxe tuner, where should I save it? In the folder where my website pages are saved? Again, I am using Yahoo sitebuilder, so I am not exactly sure where I should save it in these folders?

Furthermore, when I tried to save a file before I removed Deluxe tuner and reloaded it, It would ask me if I wanted to copy all my files? What is that and what is the purpose?


A: > I am now ready to re-create my menu. It says to edit my data file. When I
> try to do that it will NOT open. It says my computer does not have the right
> program? What do I need?
You should open your data file with the menu in any text editor andadd your reg. key.
Try that.

> Also, once I have created the menu in Deluxe tuner, where should I save it?
You can save your data file in any place and then copy to the rightplace.

> Furthermore, when I tried to save a file before I removed Deluxe tuner and
> reloaded it, It would ask me if I wanted to copy all my files? What is that
> and what is the purpose?

If you click yes, Deluxe Tuner save also all engine .js files and allyour images into "data.files/" folder.

You can also click Export->To HTML.
So you'll have html page with your menu and folder with engine .jsfiles and images.

So you should to do the following things:
1. open your page in Yahoo's SiteBuilder
2. open generated with Deluxe Tuner html source code of the page i anytext editor
3. copy such lines from html source code


<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath = "data.files/";</script>
<script type="text/javascript" src="data.files/dmenu.js"></script>


and add them in you <head> tag.

Then find such line, for example:

<script type="text/javascript" src="data.files/data.js"></script>

and add it in you tag in the place where you want to have themenu. For example, you can paste it in <table> or <div> tag:

<table>
<tr><td><script type="text/javascript" src="data.files/data.js"></script></td></tr>
</table>

or
<div align=center>
<script type="text/javascript" src="data.files/data.js"></script>
</div>

For info see:
http://deluxe-menu.com/installation-info.html

You should also copy "data.files/" folder in the right place. In thefolder where you have you index.html page, created in Yahoo'sSiteBuilder.


Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

CMS for Company Intranet - Web development

If you're looking for AD integration, I'd go with Umbraco or MySourceMatrix. ... was very lacking (permissions would not cascade down trees, ... I.e. the add/ edit page menu bar is constantly there even if you don't have

CMS for Company Intranet - Web development

If you're looking for AD integration, I'd go with Umbraco or MySourceMatrix. ... was very lacking (permissions would not cascade down trees, ... I.e. the add/ edit page menu bar is constantly there even if you don't have

DotNetNuke any good? - Web development

From what I've heard umbraco and other .net cms are good, ...... You have to go into the settings and enable the drop down menus in order to

Installing Umbraco - WinHost Forums

Installing Umbraco General troubleshooting. ... NET 3.5 from the Umbraco website and it works fine now. I just need write access for my

DotNetNuke any good? - Web development

From what I've heard umbraco and other .net cms are good, ...... You have to go into the settings and enable the drop down menus in order to

Web Design Forum -> Looking to Hire

Joomla drop down menu help needed urgently · jamieclock · 3 Replies; 214 Views ... ASP.net VB / Umbraco Developer Required, Nine9Design

Umbraco drop down menu - Imported posts - umbraco Forum

when i use this in my template, the main menu is displayed only when the mouse hovers over the area, the sub menu's work fine

Umbraco drop down menu - Imported posts - umbraco Forum

when i use this in my template, the main menu is displayed only when the mouse hovers over the area, the sub menu's work fine

Web Design Forum -> Looking to Hire

Joomla drop down menu help needed urgently · jamieclock · 3 Replies; 214 Views ... ASP.net VB / Umbraco Developer Required, Nine9Design

navigation menu with drop down - Xslt - our.umbraco.org

It displays all of the nodes under the homepage node and then when you hover over one of these links a drop down menu appears beneath it

DotNetNuke any good? - Web development

From what I've heard umbraco and other .net cms are good, ...... You have to go into the settings and enable the drop down menus in order to

Installing Umbraco - WinHost Forums

Installing Umbraco General troubleshooting. ... NET 3.5 from the Umbraco website and it works fine now. I just need write access for my

navigation menu with drop down - Xslt - our.umbraco.org

It displays all of the nodes under the homepage node and then when you hover over one of these links a drop down menu appears beneath it

navigation menu with drop down - Xslt - our.umbraco.org

It displays all of the nodes under the homepage node and then when you hover over one of these links a drop down menu appears beneath it

CMS for Company Intranet - Web development

If you're looking for AD integration, I'd go with Umbraco or MySourceMatrix. ... was very lacking (permissions would not cascade down trees, ... I.e. the add/ edit page menu bar is constantly there even if you don't have

Web Design Forum -> Looking to Hire

Joomla drop down menu help needed urgently · jamieclock · 3 Replies; 214 Views ... ASP.net VB / Umbraco Developer Required, Nine9Design

Umbraco drop down menu - Imported posts - umbraco Forum

when i use this in my template, the main menu is displayed only when the mouse hovers over the area, the sub menu's work fine

Installing Umbraco - WinHost Forums

Installing Umbraco General troubleshooting. ... NET 3.5 from the Umbraco website and it works fine now. I just need write access for my