Menu Vertical Joomla 1 5 by Deluxe-Menu.com
Menu Vertical Joomla 1 5

Menu Screenshots

Menu Vertical Joomla 1 5 Popup Menu Java

Features

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!
Easy Setup
  • De Luxe Tuner. GUI interface to create your menu vertical joomla 1 5 menus easily and in no time
  • Sensible menu parameters for manual editing
Dynamic Menu Examples Menu Vertical Joomla 1 5
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
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.

  • Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
  • When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
  • There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.

Recent Questions

Q: Hello, I am trying out your dhtml menu and would like to load an iframe into one of the menus, how would I go about this?


A: If you want to insert <iframe> object inside a menu item you can do following things.

You can paste any html code into menu items, for example:

["item text <iframe src="link"></iframe>", link, ...]


Q: Is it possibly that menu dynamic remembers the last action if I go to previous page?(so the menu stays fault out)
I know TreeMenu does this, but I want to use DeLuxeMenu

A: Deluxe Menu doesn't save state as Deluxe Tree.

But you can set pressed item on each page with Deluxe Menu using
dm_ext_setPressedItem () funtion.

Find more info:
http://deluxe-menu.com/highlighted-items-sample.html


Q: Still having trouble with placing the javascript window menu on a fixed position on firefox. So far its only at my testpage. The "Trial Version"-Button however stays at the correct place while the javascript window menu itself moves down if you scroll down... I hope that is fixed in the full version??

A: Now you're using floating feature for the javascript window menu:

//--- Floatable Menu
  var floatable=1;
  var floatIterations=3;
  var floatableX=1;
  var floatableY=1;
  var floatableDX=15;
  var floatableDY=15;

If you don't want to use it you should set:

  var floatable=0;



Q: I would like to create navigation menu where the background is transparent until you move the mouse over itwhen it turns to a color. I erased the first color number from the list and that worked, but when I scrolled the mouse over the links, the background stayed light blue even though the mouse was no longer over them. Is there a way to let the background start transparent, turn light blue when the mouse is over it, then go back to transparent after the mouse is off it?

A: You can use transparent parameter, for example:

  var itemBackColor=["transparent","#4792E6"];