Menus Y Submenus 2 0 by Deluxe-Menu.com
Menus Y Submenus 2 0

Menu Screenshots

Menus Y Submenus 2 0 Menu Tendina

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your menus y submenus 2 0 menus easily and in no time
  • Sensible menu parameters for manual editing
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
Web Form And Drag And Drop Menus Y Submenus 2 0
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed menus y submenus 2 0 samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
  • Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
  • These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.

Recent Questions

Q: We would like it so when you click on an option in the free dhtml menu, the page shows up in the main middle frame..So far, I can only seem to get it to show up in its own page.


A: You should set the correct target parameter for your items.

You can set target parameter for all items:
  var itemTarget="main";

Where main - is the name of the main middle frame where you want to open the link.

["Home","testlink.html", "", "", "", "main", "", "", "", "", "", ],

Q: I'm not getting information when the move the mouse over the dhtml dynamic menu etc., however if use it on a local machine it shows the necessary information in the status bar of my ie7 . . . any ideas ?

A: You should set the following browser setting:

"Tools/Internet Options/Security/"

click "Custom level..." button and enable "Allow status bar updates viascript" in "Scripting" column (almost at the end of the list).

This is IE7 feature. In the other browsers you won't have suchproblem.

You can find more info here:
http://blogs.msdn.com/ie/archive/2006/09/15/754804.aspx



Q: Can I make dhtml menu sample so a user can open a link on a Deluxe-Menu in a new browser tab instead of a new window using IE?

I really like your menu system.

A: You can try to write the following code for your items:

["<a href='index.html' target='_blank' class='home'>Home</a>","", "", "", "", "", "", "", "", ],

And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}



Q: We’re a licensed user of deluxe menu and tree menu.

Can you please tell me how to specify left padding for a dhtml tree menu item? I don’t see any item padding options for tree menu in any of the documentation.

A: You should use the following parameter:

  var tlevelDX=10;