- Submenus automatically scrolls - Unlimited number of sub levels - Text aligned to left - Sound support! - Personal CSS styles for separate menu elements - Relative/Absolute menu position - Special JavaScript API for changing javascript menu "on-the-fly" - Cross-frame support - menus work on frameset-based pages
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: I need to include backgroundimages 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. Any solutions for this problem?
A:Now you have such paths for all your images data.files/image.gif
var itemStyles = [ ["itemWidth=128px","itemBackImage=data.files/nav01_off.gif,data.files/nav01_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav02_off.gif,data.files/nav02_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav03_off.gif,data.files/nav03_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav04_off.gif,data.files/nav04_off.gif"], ["itemWidth=128px","itemBackImage=data.files/nav05_off.gif,data.files/nav05_off.gif"], ];
But you don't have images in "data.files/" folder. That's why youcan't see them. Please, check all your paths.
You can use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
Please, try to use these parameters.
Q: You have been great help, but this will not work for me. All I want is the dropdown menu javascript I have attached to have these colors on the seperate top items. I just cannot make the software work . As soon as I get this done I promise to leave you alone
#0000ff Find Out Who We Are #FF00FF Apply for a Fellowship #00ffff Fellow'sCorner #00ff00 Enroll in a Course #FFFF00 Engage in a Discussion #FF0000 Read the Bulletin
A: You should create 6 Individual Styles and assign them to you topitems.
You can also set var itemSpacing=0; to delete spacing around the dropdown menu javascript.
Q: I am getting stuck with trying to set a default tab in the div tab menu to be selected when a window opens... What I've been trying to do is changing this line here :
var bselectedItem=0;
At 0 (default) it has the first tab selected. Any other number and notabs are selected. Is there a setting somewhere else that I am missing?A:You can set "bselectedItem" and " var bselectedSmItem" parameters based on your link before you call your data file.
For example, move " var bselectedItem" and " var bselectedSmItem" parameters from your data file to your code.
<TD vAlign=top align=left> /* Select Tab */ <script type="text/javascript" language="JavaScript1.2"> var bselectedItem= var bselectedSmItem= </script> <SCRIPT src="data.js" type=text/javascript></SCRIPT> </TD>
You should define seltabs and selsmtabs using server side script.
You can also set it on every page before you call data.js file, for example:
<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&tg;
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.
Dec 8, 2010 ... Sup guys? So I'm writing my first application using AJAX to update players' position on a map using this process: 1-Timer launch an AJAX
ThickBox & Scrolling (Page 1) - Ajax + JavaScript - Godbit Discussion Forum ... This is why position:fixed; is in there, it's the easiest way to remove this
Dec 14, 2006 ... Hey folks, can anyone point me in the direction of a tutorial that would explain how to maintain scrollbar positioning from page to page
Remember that javascript is called as the page is loaded, so if you haven't ... nflxAddBtnHybrid {position:relative; right:69px; width:47px; float:right;}