- Special JavaScript API for changing javascript menu "on-the-fly" - Search feature - add the search area in the menu and type symbols. - Cross-frame support - menus work on frameset-based pages - Keyboard navigation - press Ctrl+F2 to enter the top menu - Visible over select boxes, iframes, pdf, flash, Java applets. - Text aligned to left - UL/LI items structure - 85% transparency for sub menus
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
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 have setup some tabs on a site that I am designing and for some reason when i click on a tab and it links to another page it automatically highlights the first tab in the row. I have triedfiddling with it and have not been able to figure it out. Can someone point me in the right direction to have the correct tab selected in the css tab menu after i click it and goto the page.
A:Deluxe Tabs doesn't support API functions which can return theselected tab.
You can set "bselectedItem" and " var bselectedSmItem" parametersbased on your link before you call your data file.
For example, move " var bselectedItem" and " var bselectedSmItem" parametersfrom your data file to your code.
You should define seltabs and selsmtabs using server side script.
You can also set it on every page before you call data.js file, forexample:
<TD vAlign=top align=left> /* Select Tab */ <script type="text/javascript" language="JavaScript1.2"> var bselectedItem=4; var bselectedSmItem=3; </script> <SCRIPT src="data.js" type=text/javascript></SCRIPT> </TD> </span>
Q: I am using the menu in a frameset, and I would like for the selected menu branch of the side navigation bar to stay highlighted after the user moves the mouse to another window (where the menu brings up a new page),just so the user knows where he/she is. Is that possible?
A: If you open links in the another frame (window) the initial frame with your menu isnot reloaded, so the clicked item will be highlighted. You should set the following parameters:
var ttoggleMode=1; var tpressedFontColor="#AAAAAA";
You can also set the following parameter to save menu state: var tsaveState=1; var tsavePrefix="menu1";
If you install the menu without frames. On your pages you should call the following function/functions to expand/highlight items, for example:
Q: Hi - I've turned on tsavestate which works, but it acts erratically. I have my javascript cascade menu .js file in a /js folder, and the site has multiple directories, but all the pages in all directories use the same menu SSI include, which uses the same deluxemenu code in the common /js folder. I read your KB article about states, cookies and multiple folders, but it is confusing... does it actually save state per directory, versus per the entire domain? I only have one menu for the entire site.. just would like it to save state correctly for all pages in all folders that include that javascript cascade menu.
A: It's a feature of the browser. It creates different cookies for eachsubdirectory.The only way is to place all your pages in the one directory.
Hey, does anyone know the code to get the menu like on movie hollic? ... and same with yours (with a vertical flash menu of this topic) ..... <a class=" closeWindow" href="#" title="" onclick="return closePopUp();"></a>
This does work in IE but not FF..below is my code: ... echo "<a href=\"#\" onclick=\"showPreview('../phpthumb/phpThumb.php?src=. .... Code for new features /extensions, Menus, Menu script questions, Form widgets, Form widget questions
Something that needs explaining - the Vertical Menu setup. .... 40, 0, 0); // ** * OPTIONAL CODE FROM HERE DOWN *** // These two lines handle the window resize bug in NS4. ... CLICK); document.onclick = clickHandle;
Jun 10, 2010 ... Hi, I a few days ago I came across Paradox's code for a drop-down ... The drop down menu should obviously "drop down" (You can also make it an onclick event if you like. ... Modify the table to create a "vertical" menu
Drop down, tabbed and vertical animated JavaScript menus ... change would require changing code that is locked by a template"rnrnHere is the code ... target="_self" onmouseover="" onclick="">Personal Accounts</a>rn <ul
I have all the code necessary to create an Accordion menu. ... <div onclick=" runAccordion(1);"> ... If I make a custom horizontal or vertical menu for my main navbar, I would only have to update six maybe seven pages if
[Archive] Need a simple CSS vertical menu Lounge (non-StatCounter related topics here!) ... (Suckerfish menu, which I couldn't get to work - the java code ... that needs at least some "onClick" JS events added to work
Oct 1, 2010 ... menuImageYPC, 0 to 100, Menu image vertical position, menuImageYPC="5" ..... These Keys can be captured by RSS method getUserInput() Sample Code: .... </ onClick> </item_template> <channel> <title>Sina Film</title>
Aug 18, 2010 ... Then search for Mori's handy "code wrapper" widget which will allow you ... TYPE ="button" onClick="pageRedirect('page1');" VALUE="Menu tab 1
document.onclick = mclose; </script> </head> <body> <ul id="sddm"> <li><a href=" #" ... Can you help me make Vertical Menu in theme.php so I want to change navigation menu . .... wher must i include a code to have a Dropdown java menu
Oct 20, 2010 ... Make drop down menus cover text and stay active onclick ... Please help, if you answer my questions, and here's my code: ..... vertical-align: top; width: 24%; height: 0px; } div div div div { display: none;
onclick="bbstyle(-1); textCount(document.sendeform.pmessage ..... But i'm missing a code highlighting for php-code. ..... Look at the vertical menu on the left side: "camicie da uomo su misura" goes correctly on two
It is not useful to hack core code and there is no need because JavaScript is ... searching inner DOM) and fire onClick Event scrolling to section in page. ... the script works with both horiz and vertical menus and has
... main menu in the header and a vertical sub menu in the left column. ... onclick="this.blur();<?php echo $item['target']; ? ... Any ideas or even better a code example of how I could achieve this would be great
The plugin provides code for the basic layout (as shown on the test site), .... system from vertical to horizontal (or atleast trying to! ... project/432434- pppp/' onclick="do_click();">432434 пппп</a></li>; </ul>