Umbraco Submenu by Deluxe-Menu.com
Umbraco Submenu

Menu Screenshots

Umbraco Submenu Dynamic Menus Xp

Features

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
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
Script Java Menus Umbraco Submenu
Easy Setup
  • De Luxe Tuner. GUI interface to create your umbraco submenu menus easily and in no time
  • Sensible menu parameters for manual editing
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
Cost Effective



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

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

Recent Questions

Q: You know how you can drag sub-menus? Well I was wondering if it is possible to drag individual items off of the sub-menu?


A: No, it is not possible to drag items from submenu.


Q: I have in my script the following entry

<script type="text/javascript" language="JavaScript1.2" src="resources/deluxe-menue/dmenu.js"></script>

<noscript><a href=http://deluxe-menu.com/>(c)2008 Javascript Menu by Deluxe-Menu.com</a></noscript>

but I get the notice "Incorrect Copyright" in my double drop down menu. What did I make wrong?

A: You should write NOSCRIPT tag in the following way:

<noscript><a href="http://deluxe-menu.com">(c)2008 double drop down menu by Deluxe-Menu.com</a></noscript>

Make sure that you're using last version of Deluxe Menu.

You can download last version of Deluxe Menu from the same link inyour license message.



Q: Comprehensive Mental Health has a site license to \use Deluxe Menu. We are currentlyrunning version 2.0.

Unless we set the topdy parameter to be -65, our submenus do not appear adjacent to the toplevel menu. Below are our parameters and our menu. What is causing this problem?


A: It is possible that you have some problems with your css.
The problem is that the script can't get css properties of the object if they are described in separate .css block (or file).
In other words, you can't get the value of "position" attribute of the object if the object doesn't have this property within inline style(style="position:absolute"). To get the value you should move .css style into style="" attribute.

Please, try to add your
css file -> inline css, for example:

You should add <DIV id=SiteMenu>

to the

style="position:absolute;"

So, you'll have:

<DIV id=SiteMenu style="position:absolute;">

Check that.


Q: There seems to be a small checkered rectangle at the top of button menu that I would like to see disappear.


A: See, you have

  var tmoveable = 1;
  var tmoveImage = "DeluxeMenu/deluxe-tree/img/movepic.gif";
  var tmoveImageHeight = 12;

If you want your menu to stay movable you should set the followingparameters to delete rectangle at the top.

  var tmoveImage = "";
  var tmoveImageHeight = 0;