Sidebar Pop Up Menu In Joomla by Deluxe-Menu.com
Sidebar Pop Up Menu In Joomla

Menu Screenshots

Sidebar Pop Up Menu In Joomla Drag N Drop Frames Javascript Code

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!
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
Rollover Drop Down Example Sidebar Pop Up Menu In Joomla
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed sidebar pop up menu in joomla samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Cost Effective



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
  • Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
  • Create both horizontal and vertical menus and submenus with any amount of menus on one page.
  • Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.

Recent Questions

Q: How to open a popup after clicking on a menu item in dhtml image menu.

A: You can write your menuItems in the following way:

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

Q: I was testing yout Deluxe Menu product and have a couple questions.

Is it possible to use the AXAJ-Like technology in popup mode?
Is it possible to use the Javascript-API in popup mode?

If so, do you have working samples of them.


A: You can use AJAX-Like Technology and Javascript API in pop up mode in the same way.

You can find all need info on our site. For more info, please, see:

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


Q: How do I get the sub-menus to open in the 2nd frame of a 3 vertical frameset.

The menu is in the first frame. I want the sub-menus to open in the 2nd frame. I don't see how to set that parameter.


A: You should check your dm_initFrame() function.

dm_initFrame(framesetID, mainFrameInd, subFrameInd, orientation);

framesetID - id attribute of the frameset;
mainFrameInd - index of the main frame (where the top-menu is placed), >=0;
subFrameInd - index of the subframe (where the submenus will be shown), >=0;
orientation - frame orientaion: 0 - horizontal, 1 - vertical.

You should write it, for example
dm_initFrame("frmSet", 0, 1, 0);


Q: On the left menuline under the a1 link, shall appear the javascript menu div, but after several refreshes, nothing happens.
On the local computer, the javascript menu div is working perfectly!

Can you send me instructions, why this problem appears?

A: You've placed the javascript menu div in

<TD class=sidebar vAlign=top width=160>

tag with the following styles:

.sidebar TR {
DISPLAY: none! important
}
TD.sidebar IMG {
DISPLAY: none
}
.sidebar TABLE TR TD IMG {
DISPLAY: none
}
.sidebar TABLE TR TD {
DISPLAY: none}

That's why you cannot see the javascript menu div. Delete "DISPLAY: none" propertyfrom the style.