Oscommerce Vertical Menu Script by Deluxe-Menu.com
Oscommerce Vertical Menu Script

Menu Screenshots

Oscommerce Vertical Menu Script Over Frame Menu Dhtml

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
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
Java Script Expandable Menu Oscommerce Vertical Menu Script
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!
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
Easy Setup
  • De Luxe Tuner. GUI interface to create your oscommerce vertical menu script 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.

  • 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: Ich habe Kauf Ihr Produkt vor einer Weile, aber ich habe eine Frage. Wenn es einen submenu gibt, den die Software collaps ein + Knopf der submenu hinzufügt. Meine Frage ist, kann ich dem Hauptpunkt eine Verbindung hinzufügen, damit wenn der Verbraucher es, das Menü Wille collaps ebenso anklickt?

Zum Beispiel wenn Sie anschauen Sie Beispiel das es gibt eine Funktion „Produktinfo“ die ich collaps jenesMenu" durch Anklicken vom + Symbol kann, aber ist es auch möglich, ihm collaps zu lassen, wenn ich„Produktinfo“ sich klicken würde.
Es wäre ein nettes Kennzeichen.


Ein:Dank für Ihr Interesse in unseren Produkten.

Sie sollen den Folgenden Parameter setzen:

  var texpandItemClick = 1;





>Kehren Sie zu Neuen Fragen zurück

Q: For each item in my menu, can I specify an image in place of text or background?


A: If you want to use images instead item text, you should useindividual item styles. For example:

  var itemStyles = [
["itemWidth=200", "itemBackImage=image1.gif,image2.gif"], // style 0
["itemWidth=150", "itemBackImage=image3.gif,image4.gif"], // style 1
];

  var menuItems = [
[" ", "link", "", "", "tip", "target", "0"],
[" ", "link", "", "", "tip", "target", "1"],
];

Where "0", "1" - style number in itemStyles.

Please, use Deluxe Tuner application to create and assign individualstyles. You can find Deluxe Tuner in the trial package.


Q: I am trying to evaluate the trial version of deluxepopup window.
The script popup works great but I am having a specific requirement of making it amodal window; i.e. when the popup is opened, users shouldn't be allowed to access the main page. Please let me know how to make this happen.

Appreciate your quick response on this.

A: Unfortunately it is not possible to create modal window using Deluxe Popup Window.It doesn't have such a feature now.

We'll try to add this feature in the next versions.


Q: Looks like submenu text for the rollover menus is too long for the background.
How can I ensure the background is the same length as the longest word in my submenu list for the rollover menus?


A: Try to change the following parameter:

  var smWidth="100%";

Set it:

  var smWidth="";