- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Search feature - add the search area in the menu and type symbols. - Filters and Transitional effects - Text aligned to left - Submenus go over all page objects - Horizontal or vertical orientation - Inactive/Disabled items - Cross-frame support - menus work on frameset-based pages
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 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: 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 just purchased your Deluxe Menu multi site license and I'm really enjoying it. I've been able to tweak a menu tree template to achieve the plain and simple expandable menu that I was looking for. However, I do have one quick question. My drop down menu in java script is overlapping some of my page content in both IE and Firefox. I've had the absolute positioning option turned off and on and the menu links still overlap. In Firefox they even move the page content quite a bit. I'm still playing around with it I just thought I would email for suggestions. Any help or tips you can offer would be greatly appreciated.
A: Try to set the following parameter to wrap text:
var tnoWrap=0;
Q: I created a test page with your product. I have a frame page consisting of a header and content. The drop down menus are in the header and cross nicely into the content frame when they drop down. This part is working as planned! The first time I open the test page in my browser any link in any drop down menu will work the first time just fine. Then, if I pick another link in any drop down menu, it appends the address of the first link to the address of the second link and the URL fails.
It is acting like it writes the url for the first link into some variable, then forgets to null it on select, and then appends the url for the second link to the variable. As I click links in different drop down menus it keeps doing this append feature until I have a very long worthless URL path. If I close the browser and start over then the first thing I click on will work properly, but that is all that will work.
I tried this test page on two different PCs, just in case there was a problem on my browsers. MS IE.6.0
A: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
float: right; padding-left: 60px; ... You're javascript and css links are to files on your computer, ... live its still the same . as for definitions there is a tutorial on this forum in tutorials (who'd a thought it),
Aug 25, 2010 ... The way I have structured this is to use div tags that float to the left ... RE: Changing BG color of solpart sub sub menu ???? by amolpatil
Aug 27, 2010 ... rocknavmeny CSS issue. RokNavMenu is a flexible menu system to ... Tutorial-- http://www.rockettheme.com/blog/team/255-tools-firebug ... Added float left to the li. Can you help me with some steps to create a dropdown
Need DROP DOWN MENU TWEAKING HELP with the suckerfish tutorial. Client-Side ( HTML, CSS, JavaScript) ... type="text/css"> <!-- #nav, #nav ul { padding: 0; margin: 0; list-style: none; } #nav li { float: left; width: 10em;
First of all, I'm kinda new on CSS. I'm trying to build a scheme using only ... float: none; border-bottom: solid 1px #808080; } #left-menu .... By c0de in forum Tutorials. Replies: 0. Last Post: 09-11-2007, 03:01 AM
Write a tutorial, win an award · eZ Publish ... This forum is for comments and trouble about the CSS Dropdown Top menu extension on ... <div id="topmenu- position"> <div class="float-break"> {menu name=TopMenu} </div> </div>
Aug 11, 2007 ... Anyone have a good hover over menu that works well in IE and Firefox. ... ul li: hover ul {display: block;} /* IE Fix #menu ul li {float: left; width: 100%;} # menu ... title="Vertical Menu Tutorial">tanfa Tutorial</a> <ul> <li><a ... stay away from css based menus. There are working javascript menus
This is a simple tutorial on how to make a hover (on mouse over) image change with ... background: url("css-hover.png") 0 0 no-repeat; float: right; border: 0 ; ... BUT! remember to change width & height of "menu" div in the CSS file!
Dec 26, 2007 ... Drop Down Menu Tutorial, CSS + xHTML only, no JS ... /*now we style the sub menus li's*/ ul#menu li ul li { display: block; float: none;
This Tutorial will not only show you how to add images to your menu tabs, it will show you all ... What Ning CSS Classes do you edit? Navigation Bar Background: ... I loved the floating images tip. Added a cute little animated bookworm
Mar 17, 2010 ... In this tutorial, we're going to build a PHP/MySQL powered forum from scratch. ... width: 100%; /* fill up the entire div */ } #menu { float: left; ...... I have been developing websites (mainly css/xhtml) for a few
[HOW TO] Basic CSS Menu The most easy way to create a dynamic menu is using css styles Look ... JFrame Tutorial 7 : SET JFRAME MENU ... and java forum lastly i understand how to ... Floating Menu Script free horizontal submenu template
also, the float:left; attribute on .mainlevelmainnav,.mainlevelmainnav ul seems to ... thanks for this css drop down menu Tutorials! this help me more!
Apr 16, 2010 ... Later in this article, I will go into a step by step tutorial to make a sexy ... float:left; text-decoration:none; height:28px; line-height:26px; ... My angle on a pure CSS menu that uses no javascript, no CSS hacks or
Aug 29, 2010 ... These 2 functions are hiding or showing a java floating menu. .... Here's a tutorial I read years back when I was learning javascript for