Cms Made Simple Jquery Menu by Deluxe-Menu.com
Cms Made Simple Jquery Menu

Menu Screenshots

Cms Made Simple Jquery Menu Java Menus In Frame

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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed cms made simple jquery menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Slide Down Menu Script Cms Made Simple Jquery Menu
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
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 cms made simple jquery menu 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.

  • Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
  • Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
  • These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.

Recent Questions

Q: I am using the GUI, and have read in your literature that you can put the HTML table in the text area of the javascript select menu item.

However, when I do this nothing displays. Can you please let me know where I a supposed to put the HTML info into the gui. I just want this to be able to show when I click the tab.

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

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: I should like that the active item were not stand out changing thebackground color to blue, but underlined, but I don't find as to do it.


A: Try to set the following parameter:  var ttoggleMode = 1;


Q: I've noticed something strange in the Deluxe Tree and I am wondering if this is normal.

Here's an example I have in my "data.js" file to populate the javascript ajax tree:

  var tmenuItems = [

["Mes alertes/My alerts","", "", "", "", "", "", "0", "", "", ],
 ["|Francais","", "", "", "", "", "", "", "", "js/AjaxTreeFr.js", ],
 ["|English","", "", "", "", "", "", "", "", "js/AjaxTreeEn.js", ],
];

Here's basically how it goes:

- Basically the "0" represents a pre-built style that I have set for the root of my tree.

- Under this are the first child of the root called "Francais" and "English" which I link with a JS file to populate (Because the users will customize the alerts they want to see).

This works perfectly fine. But it is a workaround. Let me explain what I wanted in the first place:

  var tmenuItems = [
["Mes alertes ","", "", "", "", "", "", "0", "", " js/AjaxTreeFr.js ", ],
["My alerts","", "", "", "", "", "", "", "", "js/AjaxTreeEn.js", ],
];

Basically I wanted to have 1 javascript ajax tree with 2 root items "Mes alertes" and "My alerts" but it seems impossible to attach a js file to the root of the tree view. (It doesn't get populated).

Any ideas?

A: See AJAX feature won't work for first-level in XP style now.

It works if you use:
  var tXPStyle=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

inline multi-level drop down menu. (plz help) (Page 1) - Menu

Anyway, you can always check the jQuery UI , more exactly this .... drop down field called "menu placement" where it will simply add the ID

WB versus Joomla!

The menu-based structure (as opposed to page-based in WB) is innovative but if .... It's up there with CMS Made Simple and Wordpress

CiviCRM Forums - jquery erg after 3.1.5 to 3.2.4 upgrade

I just upgraded a joomla site to 3.2.4 & am seeing some jquery misbehaviour ( action menus ... as lists rather than hidden etc) and sometimes the menu doesn't drop down. ... Offline CiviCRM: 2.2.x,3.0.x,3.1.x,3.2.x,3.3.x. CMS: Drupal 6 ..... OK - disabling AVG Safe Search made the error go away

Free/OpenSource jQuery editor? - kirupaForum

It was just a simple example. I could say the same thing (about the ... You have to understand those apps are made with developers in mind

How to convert a DotNetNuke website to a mobile (wap) site

Use a menu that doesn't rely on javascript or jQuery. ... I have a simple test page on at site that has a couple of small ... a static Mobile site not running off a CMS system like DNN). .... That tutorial made me find the setting where you can choose css sheet, and there is a pre made choic

Questions on a light CMS « Open Designs Forum · OpenDesigns.org

flat file based (no mod_rewrite) * two menues (top and left or right) * add/ delete pages * simple ... I like inline editing with AJAX/jQuery for example. .... Idea borrowed from CMS made simple. Templates use a feature in 1.7 called

Nested lists / sortable tree plugin - jQuery Forum

I made a plugin that allows items to be moved, sorted and nested in a tree made of nested ...... menu point 1 sub 1 sub 2 menu point 2 sub 1 sub 2 menu point 3 ... I use this script for a CMS with pages. ... It's a simple jQuery question. You will get help if you post it in the right place I'm sure

CMS Made Simple Forum: Multilevel (3 depth) jQuery Accordion Side Menu

I recently went through a lot of trouble trying to implement a jquery accordion side menu which could go 3 depths and with some help from

Using Moodle: Front Page "Accordion" Course Menu (video inside)

Simply replace your accordion_course_menu.php file with the one attached, ..... The other option is to place the jquery reference for the front page menu in the .... Forum CMS extensions and integrations · Forum Course formats ... All content on this web site is made available under the GNU General Public License,

Bug Reports » DataObjectManager Module » SilverStripe.org - Open

Note that although we're on the gallery page, the LHS menu hasn't highlighted it as the page we're on ... not sure why it hasnt made it's way into the core yet. ... I am including a more recent version of jQuery for other purposes ... As I can just simply replace the SimpleWysiwyg control with a

Progress Bar with PHP, Ajax (Jquery), and MySQL

Dec 3, 2010 ... initialize the jquery code $(document).ready(function() { ... setup for show and hide of menu bars var filename = "<?=$filename?>";

JQuery v. Mootools - Kohana Forums

I've loved jQuery, but the last code I wrote needed to be turned into a library (and work round closure scope) ... A List Apart used JQuery to implement some fancy menu effect (see: .... http://obviousspoilers.com/ is one of my rather simple sites; ... Feature Requests 167; Tutorials and Plugins 267; Hanami CMS 18

SimpleTheme! (Page 1) - Themes - GetSimple Support Forum

v1.0 Menu Right - Basic with menu on the right v1.0 2 columns - Basic with 2 columns at the bottom ... v1.1 Sliding - Based on Features but with Jquery Sliding Div. - Menu on top .... http://cmsms.mytestbed.com

Expanding Menus On Hover... :: Forum :: Indexhibit

I made a couple of modifications to Ross Carins great expanding menus ... I plan to put an accordion style menu but i think this is a simple solution to start with! /*Expanding Menus for Indexhibit *uses jquery * *Created by Ross ... Before I decided to use the indexhibit cms (to keep my portfolio

Flowplayer Forums - Wordpress Flowplayer (Flowplayer for wordpress)

Activate the plugin through the 'Plugins' menu in WordPress .... Custom swf skins, custom swf plugins, custom JS plugins, video CMS - http://goodingsmedia. com .... This is simple and the exactly the same as using the playlist ... I made great progress. Soon I will let you know about my modest skills

[Résolu] Menu cascade - aide pour modifier mon template (Page 1

Mettre à jour votre version de Cms Made Simple avant de poser votre question sous peine de .... Quel type de menu JQuery as-tu utilisé ?

Taxonomy JQuery Navigation - Ektron DevCenter

As you may have noticed, we've made some changes to the ... I put together a pretty simple user control that will take in a root taxonomy ID and then display the rest of the taxonomy in a sliding menu. I used a JQuery example found here: .... Cms.API.Content.Taxonomy api.ReadAllAssignedCategory(30)

Q4T - Trance music parties in the Netherlands. · Textpattern CMS

You have an item on your admin nav called “Menu”. ... I made it for the client so he will know how to update + for potential employers to ... then I used css+ jquery to hide all the labels beside the first 4 on the top

iGetSimple iPhone version (Beta version available) (Page 1

GetSimple! CMS themes: SimpleTheme! | French Avenue | iGetSimple · eddyfever's Website .... With the version i made now i made to much adjuments to the layout for "bandinfo". ... Better Jquery menu slider - Add to homescreen icon .... Have any marketing ideas for Get-Simple? Let me hear them!

Boagworld - Content Management Systems (CMS)

My only concern is that the main navigation menu isn't dynamic, ... easily and a really simple admin system with Jquery interface. Thanks,

"CMS made simple" and "WB" comparision

The obvius thing is that CMSMadeSimple is more complex and there for ... I would never create a Customer Homepage with CMS Made Simple as long as .... Snippets ( raw PHP code), => jQuery, => Templates, Menus & Design

Adding delay to onmouseOut ?? - WebDeveloper.com

The top menu is using the delay I want and if you click demo then the ... this is not set in your function, try simply replacing this with

[Résolu] Menu accordéon JQuery, garder sous menu ouvert - encore

Mon site est propulsé par CMS Made Simple. J'ai réussi à modifier le template du menu pour qu'il ajoute une classe "active" au <li> du sous

JQuery effects not working on live site (OK locally)

On the live servers it recognises the Pixopoint settings for what items to display in the menu, but ignores all the jQuery settings