Folder Tab Menu by Deluxe-Menu.com
Folder Tab Menu

Menu Screenshots

Folder Tab Menu Html Menu Mouse Over

Features

Cost Effective
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed folder tab menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Create Dynamic Javascript Menu Folder Tab Menu
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
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



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation.
    Don't allow your website visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: I need to include background images for my navigation, so I put them in the same folder where the "data.js" file can be found. I am using the deluxe tuner in order to call these files and it looks great in the preview. As soon as I save the file and load it in the browser, the background images are missing.

Your solution refers to creating absolute paths using
  var pathPrefix_img = "http://domain.com/images/";

I have implemented this solution but I still think the problem persists.


A: Now you set pathPrefix parameter:
  var pathPrefix_img = "http://www.domain/folder/menudir/dataAlumni.files/";

And you have such images paths, for example:
  var arrowImageSub=["dataAlumni.files/submenuIconOff.gif","dataAlumni.files/submenuIconOn.gif"];

So you have such paths for arrows:
http://www.domain/folder/menudir/dataAlumni.files/dataAlumni.files/submenuIconOff.gif

It is not right.

You should write your paths so:
  var arrowImageSub=["submenuIconOff.gif","submenuIconOn.gif"];

Please, correct it.


Q: We are looking for documentation on how to use the onmouseover tab program. We purchased this also and we were not able to figure out the deluxe tab part.

A: You can find all documentation on our website, http://deluxe-tabs.com.

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>

See 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", "", "", "", "", "", "", "", ],

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", "", "", ],


Q: When I save the file in our folder all the icons stop showing.  I placed a image folder in our IE folder and still no icons are showing.

A: You should check all your paths.
Please, check that you have correct paths in the tmenuItems. Forexample:

 ["|Samples", "", "icon3_s.gif", "icon3_so.gif", "", "Samples Tip"],
   ["||Sample 1", "testlink.htm", "iconarrs.gif"],
   ["||Sample 2", "testlink.htm", "iconarrs.gif"],
   ["||Sample 3", "testlink.htm", "iconarrs.gif"],
   ["||Sample 4", "testlink.htm", "iconarrs.gif"],
You can also try to use the following parameter:

  var tpathPrefix_img = "img/";



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

FreeCommander Forum • View topic - Folder history per tabs

First, option "Folder history per tabs" should be enabled by default IMO. ... Back history should be just in menu of left/back button and

Add the Security tab in Windows XP Home Edition - Mischel Internet

1. After the system reboot is completed, right-click on any file or folder on the hard drive. Select Properties from the menu

restore crashed session no longer in list-Tab Mix Plus

Nov 8, 2008 ... If your session manager and your tab mix plus sessions and information (as ... 2 at the folder sessionbackup locate the latest file saved there by date

Customizing Excel 2007 Ribbon menu by adding your own tab and a

You will notice that if you use VBA code from previous version to 2007 the new menu item it will appear under a new tab called Addins

Category Tab Simple Dropdown Menu - Zen Cart Support

Category Tab Simple Dropdown Menu All Other Contributions/Addons. ... file or the whole custom folder have to be copied?

e107.org: Forums / Code / Plugin / Hack Announcement and Releases

I've Release Tabbed Menu V2.0 into plugins.e107.org .... you need to go to the menu_template folder and copy the tabbed_menu_template.php

Adding Component not on drop down list? | Compojoom Support forum

I looked in the site plugin folder found nothing that resembles that, .... When I am redirected on content 'setting tab' afterclicking on

Bookmarks - tabs and menus - Google Chrome Help

Dec 12, 2008 ... If you create a bookmarks folder in chrome and save a lot of bookmarks in this folder ... New windows show only tab, menu, and bookmark bars

[MOD][05Aug10][v1.6][SENSE2.5TAB] Facebook Tab - v1.6 (+192xPatch

Mar 23, 2010 ... Select which application is launched via Menu->Facebook App. Also .... "Select" appears when you are able to select the current folder

Folder Security Tab missing

Oct 11, 2008 ... Security tab of ONLY ONE folder was missing, where . ... Main Menu; You are Here ; Ozzu · Webmaster Forum · Microsoft Windows Forum · Folder

Bookmarks - tabs and menus - Google Chrome Help

Bookmarks - tabs and menus. ... Also, it would be far easier to have the bookmarks menu in the form of a sidebar as with IE7. ... in this folder, you can then go to this folder right click and choose "open all bookmarks"

ChromePlus.org • View topic - [Tip]Active Features Request List

Backup/Restore option - it would be nice to have in menu a option to backup or restore the full folder where ChromePlus is installed

Trick to remember per folder settings using tabs

Thread: Trick to remember per folder settings using tabs .... The sort controls in the menu are also too far away to change or check - can we have toolbar

www.wysiwygwebbuilder.com • View topic - Location of user content

The themes for the tabmenu are stored in the folder: My Documents\WYSIWYG Web Builder\system\tabmenu\ See also: Tab Menu in the help

Tabs Context Menu additional options-Tab Mix Plus

Add an option like: "Add open tabs to bookmarks" as a folder ofcource. ... If so there is no need to request an option for tab context menu

missing "folder options" from tools tab and control panel

am UNABLE to find/view the 'Folder Options' tab in the 'Tools' menu. Even when I try to 'Customise' the folder, I get an error message

Tabs Add System for vBulletin 4 (sstab advanced) - vBulletin.org Forum

Upload all files in the UPLOAD folder to the root of the forum .... -menu tabs - create a tab for the menu, and decide how it will function

[TUTORIAL] Menu/icons/shortcuts Tutorial!

Apr 27, 2010 ... We put that altered menu.ml back into the phones' folder (/tpa/preset/system/ menu/), ... How to make TabMenu (the tabs as Options)

WebFaction Forum / Hiding News, Events, Users tabs in Plone

I'd like to hide the News, Events and Users tabs, which are ... E.g. the standard view of a folder is the third drop down menu in the green

plug in + hack?

Upload all files in the UPLOAD folder to the root of the forum" Where is ... Configure and manage your tabs in the "Tabs vbSoporte" menu in

Comprehensive list of Windows hotkeys

Win + Shift + Tab: Cycle through taskbar buttons in reverse. ..... Win: Start Menu (in Explorer, applies to files and folders,

Open folders from LaunchBar in a new PF tab

i often open folders in Path Finder from within LaunchBar, and with tabs support in the new Path Finder v4 one can open those folders in new

CMS Made Simple • View topic - [SOLVED] CSS Tab Menu convert to

I want a menu to be converted to a cmsms menu wich is importable into menu manager! This meens a folder with the files and a xml import file

Add HTML Elements on the Backend to the "Files" Tab (Page 1

Problems with GetSimple? Be sure to enable debug mode! ... On the Files Tab I found the following Hooks: file-uploaded. files-sidebar