External Collapse Expand Menu Javascript by Deluxe-Menu.com
External Collapse Expand Menu Javascript

Menu Screenshots

External Collapse Expand Menu Javascript Tutorial Javascript Multiple Sliding Menus Tutorial

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
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!
Right Click Javascript External Collapse Expand Menu Javascript
Easy Setup
  • De Luxe Tuner. GUI interface to create your external collapse expand menu javascript menus easily and in no time
  • Sensible menu parameters for manual editing
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
  • Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
  • When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.

Recent Questions

Q: When viewed in the DeLuxe Tuner preview mode everything is OK and as desired, but in the IE8 view the dropdown menus are still centered instead of flush left.

A: Try to install the menu in the following way:

<td align="center">
<span style='text-align:left'>
<script type="text/javascript" src="data.js">
</script>
</span></td>


Q: I'd like to create  a tabbed menu which has about 9 or 10 main tabs.
I'd like to conserve the horizontal space, and wrap the menu after 4 or 5 tabs to have two rows of main tabs. Some tabs have sub menus, some don't.
The first main tab has about 10 items, and I'd like the user to be able to click on that main tab to see the 10 items.

I was going along splendidly with tab mode on. Then I get too far to the right and want to wrap.
hence that is why I want two rows, and apparently need to add the $ to wrap the menu around to a second row.

Do I need to use two tab menus to accomplish this?


A: This doesn't work in TabMode=1.

I suppose that it will be better to use two menus on the page.


Q: We bought a Delux Tab single site licence yesterday.We can't figure out how to implement tab menus into our web site.
Can you please give us some advice?

A: In Deluxe Tabs there are two modes:

1.   var tabMode=0;
You can create only one level of tabs and assign Object Id's of theDIV's to show when you click on the tab.

["XP Tab 1","content1", "", "", "", "", "", "", "", ],
["XP Tab 2","content2", "", "", "", "", "", "", "", ],
["XP Tab 3","content3", "", "", "", "", "", "", "", ],
["XP Tab 4","content4", "", "", "", "", "", "", "", ],

You should paste your content in the <div> .. </div> tags.

<div id="content1" style=" visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/logo_DM.gif" width=262 height=56 alt="Deluxe-Menu.com"></p>
</div>

<div id="content2" style="visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/logo_DT.gif" width=262 height=56 alt="Deluxe-Tree.com"></p>
</div>

<div id="content3" style=" visibility: hidden;" class="tabPage">
<br><br><br>
<p align=center><img src="img/logo_DTabs.gif" width=254 height=58 alt="Deluxe-Tabs.com"></p>
</div>

2.   var tabMode=1;
You can assign only links in this mode.
You should create top level items with subitems.

["XP Tab 1","", "", "", "", "", "", "", "", ],
 ["|Link 1_1","http://deluxe-tabs.com", "", "", "", "", "0", "", "", ],
 ["|Link 1_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 1_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 2","", "", "", "", "", "", "", "", ],
 ["|Link 2_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 2_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 3","", "", "", "", "", "", "", "", ],
 ["|Link 3_1","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_2","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_3","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_4","testlink.htm", "", "", "", "", "0", "", "", ],
 ["|Link 3_5","testlink.htm", "", "", "", "", "0", "", "", ],

You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
"object:" - means that there is object id after it;
"link:" - means that there is a link after it.
"javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')

So, you should write for example:

 ["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ],


Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

<DIV> Expand & Collapse Menu - WebDeveloper.com

Expand & Collapse Menu JavaScript. ... The Functional Code (about 2K) is best as an External JavaScript. // // Tested with IE7 and Mozilla

delicious support forum - sorry, but the new interface sucks

I understand you trying to expand and make delic easier for new users, ... At least, please create the option to collapse the "related tags" view so ... The flickery Javascript mouseover noise is distracting and pointless. ... Then, from the menu bar again, i chose to sign in (again) and it brought

edat filename change

edat filename change, Expand / Collapse. Rate Topic ... a tool and can be downloaded without charge from: http://www.psy.vu.nl/download/menu/xml/ eprime_tool_ekick.xml .... More info about the external startup info properties is on the way. ... You cannot post JavaScript. You cannot post EmotIcons

UDM4 Bug/Complaint re: Fixed width horizontal menu first level

Expanding menus. single nested level · multiple nested levels · in a frameset ... It's maddening that in udm-custom.js, there is this line in ... the navbar links and list-items from external CSS - for example give each one a ... and positioned elements is problematic - the navbar might collapse,

Show All Tags - jQuery Forum

asp.net javascript jquery ajax .... call external function ... chrome ajax javascript doesnt run. 1. chrome external script ... collapse. 2. collapse all ... css menu call function

Forum Nokia - Components guide

Add collapsed or expanded class to set default state for this list item --> <dt ... this class displays an icon that identifies a link as external. ... scaleable box with rounded corners, which expands vertically and horizontally. ... This component is a versatile, JavaScript toggle switch created by use of a

Recovering Vista files using Ubuntu

Recovering Vista files using Ubuntu, Expand / Collapse .... If you see this menu , then you're in good shape; if not, Ubuntu has problems with your video card/ chip. .... Mounting an external USB pendrive or harddrive in Ubuntu is no harder ..... You cannot post JavaScript. You cannot post EmotIcons

BEncode Editor (Page 1) / General / forum.utorrent.com

Change: Don't collapse/expand treeview item on double-click ... + Feature: Input raw BEncoded data directly or from an external file .... But i find uTorrentMonitor.js with decoding routine $))) i rewrote function BDecode_ to delphi and write ..... About the dropdown menu being "invisible" under pre-XP sytems

Without using an external script, is it possible to arrange labels

Nov 19, 2009 ... Is this possible without loading and external script? ... but you cannot collapse them in the browser without a script. The appear as nested folders in an IMAP client. When you use the "Move to" or "Label" menus, you can type the name ... JavaScript is either disabled or not supported by your browser

HTML and JavaScript

Problem with including external javascript & css · excel sheet and PDF download .... Disable "Properties" from the rightclick context menu in IE ..... Using css classes in external javascript file? table rows expand/collapse formatting

Building a Flickr widget with Mobile Web Templates - Forum Nokia Wiki

Oct 27, 2009 ... Flickr offers a REST API, that can be used to build external applications and .... The main menu is the main widget's view, and contains buttons that bring to the .... and to choose which one to expand or collapse. ... Also, the Accordion component needs a JavaScript initialization as the following:

WSG Forum - HTML 5 - How do you plan to upgrade your website

The "article" tag defines external content and is independent ... A command is the abstraction behind menu items, buttons, and links. ... If your browser supports this element, it should allow you to expand and collapse these details. .... Smokescreen converts Flash to HTML5 and JavaScript, two Web

Tab Mix Plus Dev-Build 0.3.8.X-Tab Mix Plus

I've Run All the JS in the XPI package through a Javascript beautifier, .... tab : "When a tab gets focus, expand its tree and collapse others automatically" ... tmp: bookmarks, external links and perhaps other sources open next to current tab ... I cannot recall what exactly I saw with Menu Editor,

Scratch Live version 1.9.0 | Serato.com

The iTunes library is now collapsible in the crate selector window. ... You can turn on and off the key column with the column chooser menu in the library. ... HC-4500 while in the crate window will now expand/collapse crates. .... To back up the database and crates from an external drive, copy the

All-in-One Sidebar :: View topic - Toolbar disappeared in FF 3.5

external IP 0.9.9.5 - Shows your current external IP address ... JSView 2.0.5 - View the source code of external stylesheets and javascripts. ... User Agent Switcher 0.7.2 - Adds a menu and a toolbar button to switch the user .... can't be seen) then in my opinion the + key should expand the folder

Slideout Menu

Feb 12, 2010 ... 'border-collapse:collapse;\n'+ 'background-color:'+(o.allowtransparent? ..... Plus these edits on the "menu" javascript sheet ... Instead of menu, the blue writing and external links I'd like something like this:

Complete custom menu system (View topic) • OpenOffice.org

I then need to create a custom menu (cascading) that then will be shown to the user ... Code: Select all Expand viewCollapse view: Sub hideallBars_inOOo2( ) ... OOo Basic, Python, BeanShell, JavaScript, External Programs

WYSIFA Forum • View topic - create online manual w/left hand table

HTML Source, Tables, CSS, JavaScript, and Embed/Object. ... (2-3 levels) table of contents, expand or collapse capability, ... Expandable menus tend to be fairly complex to implement if you don't know what you're doing. If your menu isn't too complicated, consider starting with indented lists

Complete Menu Solution - DokuWiki User Forum

menu only displays a page icon and js which links to nothing ... You could have an external file that could hold both the order ... early this year i posted a patch of dokuwiki to be able to expand/collapse namespaces on

[SOLVED] Dolphin Ideas (with mockups) • KDE Community Forums

The rest of the options are all stuck in a single “view” menu in the menu bar, ..... This allows you to temporarily collapse a panel. ... So for instance if you attach an external hard drive containing two partitions ..... The first mockup causes the button to expand to the left into a small toolbar

menu tree disappears when clicking on menu item

I have put most qm javascripts and css-codes into external files (the css .... This style of tree menu expands and collapses on mouse hover

Vb-Skysa Toolbar - vBulletin.org Forum

Supported Uses Plugins Auto-Template Re-usable Code Translations External Content Is in Beta Stage .... Tools Menu for collapse mode for easy access to your installed Apps without having to expand the whole bar. .... Integrated Folder Destination for Javascript Database

over 500 social networking sites that can bookmarks

Oct 1, 2007 ... Tag Cloud generator, Clicking on the RSS button generates the javascript code. .... Customize Search box-menu. Bookmark Status Icon that shows whether the current ... Sort by date/name, Collapse/Expand descriptions, List of 15 last added links, ..... Email message and/or checked bookmarks to user or external email

Unwanted border top and bottom IE8

Unwanted border top and bottom IE8, Expand / Collapse ... the perimeter of the graph, even in this unwanted white border I get the flash control menu. I'm using Javascript Embedding with external xml file - code below