Vista Style Taskbar Dhtml Slide Menu by Deluxe-Menu.com
Vista Style Taskbar Dhtml Slide Menu

Menu Screenshots

Vista Style Taskbar Dhtml Slide Menu Tutorial Drop Down Menu

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your vista style taskbar dhtml slide menu menus easily and in no time
  • Sensible menu parameters for manual editing
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed vista style taskbar dhtml slide menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Menu Pop Up Vista Style Taskbar Dhtml Slide Menu
Cost Effective
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!
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance.
    Don't let your web site guests to get lost. Try Deluxe Menu!

Recent Questions

Q: How to open a popup after clicking on a popup menu in javascript item in Mozilla.

The code in java script is supporting internet explorer but not mozilla.

A: You can write your popup menu in javascript Items in the following way:

["Home","javascript:window.open('http://deluxe-menu.com');window.focus;", "", "", "Home", "", "", "", "", "", "", ],



Q: When Mouse hover on Menu, menu Items showing below (showing down) the Menu. Is it possible to show the Menu Item List in up direction (above the Menu)? Please assist me in this issue.

A: See more info here:

http://deluxe-menu.com/ways-showing-submenus-sample.html

You should use the following parameter:

  var smViewType = 1;



Q: Do you have an extremely simple example of modifying a dynamic drop down menus with the JavaScript API? I've played with the example on the site, but I have trouble removing the other menus without breaking it.

I just want to use the API to change the icon on the menu items.

A: You should use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)

<script language="javascript" >
dm_ext_changeItem(0, 0, 1, ["", "", "new_icon.gif", "new_icon_o.gif", "",,""]);
</script>

http://deluxe-menu.com/dynamic-functions-sample.html


Q: Doesn't this mean that I have to add this search engine code to all of my sites pages?  If so this could be tedious when adding additional pages to a large site.Is this something I can adjust ...or make submenus were you can't see through them?


A: Unfortunately it is really so. You should paste search engine code onthe each page with the menu.

If you don't want to create your menu (and add search engine friendlycode) on each page, you can try to use frames, the menu has a cross-frame mode. Also you can use aserver-side script (php, asp, vb, etc.) to generate html pages fromtemplates on your server.