- Top items and submenus have a shadow - AJAX menu loading - loads web menu data from the server "on-the-fly". - Submenus dropdown on mouseover - Inactive/Disabled items - Horizontal or vertical orientation - Relative/Absolute menu position - Keyboard navigation - press Ctrl+F2 to enter the top menu - Items with icons
There can be multi level menus - create as many rows or columns of the menu as you want.
Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.
Q: I am totally confused by this now but I have 2 data files - one for a menu bar going horizontal and one going vertical both containing the same information. But even though the content is the same, the layout is different.
You will see that on the horizontal menu,
Fleet Financce CPC Cards Cashire
These are listed correctly under each other but on the vertical one, the layout differs.
A:You should write your parameters more carefully. See, now you have
First you have the 1-st level of menu items then at once 4-th. It isnot right. You should write the number of your Individual Style in ""also.
See, how you should write your menuItems:
menuItems = [ ["About us","javascript:alert('Coming Soon')", , , ,"" ,"0" , , , ], ["|Organisation Chart","javascript:alert('Coming Soon')", , , ,"","1", , , ], ["|Who's Who?","/k6intranet2.nsf/PageTitleLookup/Who's Who?OpenDocument", , , ,"" ,"1", , , ], ["|Contact Details","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["How To?","javascript:alert('Coming Soon')", , , ,"" ,"0", , , ], ["|Fleet","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["||Hire a Vehicle","/k6intranet2.nsf/PageTitleLookup/Hire a Vehicle?OpenDocument", , , ,"" ,"1", , , ], ["||Report an Accident","/k6intranet2.nsf/PageTitleLookup/How to report an accident?OpenDocument", , , ,"" ,"1", , , ], ["||Report a Breakdown","/k6intranet2.nsf/PageTitleLookup/Report a Breakdown?OpenDocument", , , ,"" ,"1", , , ], ["|Finance Admin","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["||Capitalise an Asset","/k6intranet2.nsf/PageTitleLookup/capitalise an asset?OpenDocument", , , ,"" ,"1", , , ], ["||Pay your Personal Calls on Mobile Phone Bills","/k6intranet2.nsf/PageTitleLookup/Pay your personal calls on mobile phone bills?OpenDocument", , , ,"" ,"1", , , ], ["||Request a credit to be raised","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["|CPC Cards","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["||Request a new CPC user","/k6intranet2.nsf/PageTitleLookup/request a new cpc user?OpenDocument", , , ,"" ,"1", , , ], ["||Report a Lost/Stolen CPC Card","/k6intranet2.nsf/PageTitleLookup/Report a lost or stolen card?OpenDocument", , , ,"" ,"1", , , ], ["||Enquire about a general CPC query","/k6intranet2.nsf/PageTitleLookup/enquire about a general cpc query?OpenDocument", , , ,"" ,"1", , , ], ["|Cashier","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["||Request a Cashbook Manual Payment","/k6intranet2.nsf/PageTitleLookup/Request a Cashbook Manual Payment?OpenDocument", , , ,"" ,"1", , , ], ["||Request a Cashbook BACS Payment","/k6intranet2.nsf/PageTitleLookup/Request a cashbook Bacs payment?OpenDocument", , , ,"" ,"1", , , ], ["Useful Information","javascript:alert('Coming Soon')", , , ,"" ,"0" , , , ], ["|Month End Timetable 2007","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["|Month End Year to Date Results","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["||Coming Soon...","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["Finance Focus","javascript:alert('Coming Soon')", , , ,"" ,"0" , , , ], ["|Coming Soon...","javascript:alert('Coming Soon')", , , ,"" ,"1", , , ], ["Coming Soon","javascript:alert('Coming Soon')", , , ,"" ,"0", , , ], ];
dm_init();
Q: I'm about to put in an order for your excellent Deluxe Menu (still weighing up the options between buying a single license for now or the Multiple site one).
I noticed that the not-for-profit free license doesn't cater for Intranets.
Can you please confirm that your drop down menu code (paid license) would indeed work for Intranets though, as this is my current quest. I'm working on a company's internal site which has a lot of documents, procedures and forms for download, which is precisely why I would like to purchase your product.
Can you please confirm or shed light on this?
A: Yes, you can use the licensed copy of Deluxe Menu on Intranetwebsites.
You should register the drop down menu code for a domain name or for IP address.In other words, you should register the menu for the domain name thatyou print in a browser's search string, for example:
But you menu won't work on a local machine, for example
j:\Stationshandbuch\start.html
with Single or Multiple licenses. On a local machine you'll see"Incorrect Key" message.
If you want to use the menu with an application that doesn't have afixed domain name you should buy Developer License.
Q: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
A:How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message.Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1. 1.1 For Windows users a. Run Deluxe Tuner v2.0 (can be found in the trial menu package v2.0 http://deluxe-menu.com/deluxe-menu.zip). b. Open menu data file (.js file where menu parameters are placed): select File/OpenЕ c. Save the file: select File/Save, then click "No" button when the dialog box appears.
1.2 For other OS users a. Open menu data file (.js file where menu parameters are placed) in a text editor. b. Make sure that the following variables exist in the data file:
var keystrokes = 0; var dm_focus = 1; var dm_actKey = 113;
var dynamic = 0; var smHideOnClick = 1; var itemAlignTop = 'left'; var smSmartScroll = 1;
var dmAJAX = 0; var dmAJAXCount = 30; var dmRTL = 0; var dmObjectsCheck = 0; var menuBackRepeat = "repeat"; var menuHeight = ""; var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are: - dmenu.js - dmenu4.js - dmenu_add.js - dmenu_dyn.js - dmenu_key.js - dmenu_cf.js (new v2.00) - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: I am trying to change the Width for only one javascript popup menu item and going to the below menu individual style and changing the smwidth . But this is not changing.
A:You should assign Individual Submenu Style for the items.
You can assign it in the "Item Parameters" window. Select for example the first item in submenu and assign IndividualSubmenu Style.
Sep 1, 2010 ... Problem: One of my divs (id='main_map' in the map.php page) does not ... I'm using jquery-ui.js and php. I have 4 tabs displayed in this fashion in the page_header.php: ... all required includes... <script type="text/javascript">; $ (function(){ ... drawZoomAndCenter("Montreal, QC", 16);; </script>
Or try to make a cydget I think they use a cache function. Offline ... ptitus: Member: From: Montreal, Canada: Joined: Jan 3, 2005 .... Bwack Wabbit, open LockBackground.html and look for the <p> ending with id="temp" (line #64). ... Also, go to /Private/ and open Wallpaper.js
Apr 19, 2010 ... <div id="821722729129871398-lhs" class="column" style="width: 63.984701%; ... /> Already planning to ride in the Tour de l'Île de Montreal? ..... <script type='text/javascript'> function positionWeeblyFooter() {
Sep 10, 2008 ... From: Montreal, QC; Registered: 2006-04-07 ... The idea is to provide commonly used/desired functionality that isn't available in the .... At work, we intentionally use the same input name/id as our competitors so that
Is there a way to call a Servoy method from HTML and pass some variable data? ... Joined: Wed Mar 11, 2009 3:13 am: Location: Montreal, QC .... Code: Select all: <a id="standout" onclick="javascript:globals.callback()">
function showdiv(id){ var elm = document.getElementById(id); if(elm. .... I would really appriciate anyones help on this, JS is defo not my strong point. ... soxos: Member: From: Montréal - Québec - Canada: Registered:
I'm interested in trying out this code, I prefer the look of JS, and I know both C# and Javascript. ... Still, other than that function, it's all Unity-specific, so I think there ... hotControl == id) { GUIUtility.hotControl = 0; // If we got the ... UNITE 2010, we'll see you November 10-12 in Montreal!
un peu de CSS JavaScript HTML dans du AHK pour afficher dans un .... <div id=" IMAGE_CENTRE" align="center"><img src="" title="" alt="" border="0"> ... resultd =function montre() { a++;{if (a> resulte=) a=1}`;`nqui()`
Ok I've been busy lately, I've just moved in Montreal. ..... Net programing in a while, but I can offer you the way to do it in Javascript ... NET Framework 3.5, and fully supports all the functions of the uTorrent Web
Aug 27, 2010 ... Multi-Function Printers .... need to pick one of the "express" options for that? Thanks! -js. This message was modified by the poster at 08 27, 2010 03:09 AM. Topic URL: http://forums.ncix.com/forums/topic.php?id=2233349
Location: Montreal, Canada. Posts: 159. Default ... This blurb is a test for the javascript to expand the text area for more ... Not really sure why the original coder decided to use DIVs for the openClose function firing, ... (click for more /less)</span> </a> <div id="b1" class="links"> <br /> This
May 17, 2010 ... is the js function on the website ever called? ... Also, you're manually getting the content by its ID, but often there are slight tweaks in the ID used by the ... UNITE 2010, we'll see you November 10-12 in Montreal!
1 mai 2007 ... <script type="text/javascript"> <!-- window.onload=montre; function montre(id) { var d = document.getElementById(id); for (var i = 1; i<=10;
Mar 15, 2010 ... https://www.citibank.com/dinersus/js...egory=fc79feb6 .... Bank of Montreal's Ambitious Growth Strategy for Diners Club Cards http://www.banktech.com/blog/ archive...id=RSS_bt_blog ... of the few card brands that is able to function multinationally, for one thing — saw opportunity and snapped it up
Oct 19, 2010 ... offsetLeft return x } function Y(id) { var obj = document. ... .load("http://s9. addthis.com/js/widget.php?v=10");Examining Regina's future
Location: Montreal, Quebec, Canada. Posts: 28970 ... Id I never hear of it again and never see it again I'll be so very happy. ... you need two things: a javascript function that re-embeds the stat counter .js file