- Several menus on one page - Submenus automatically scrolls - UL/LI items structure - Special JavaScript API for changing javascript menu "on-the-fly" - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Submenus go over all page objects - AJAX menu loading - loads web menu data from the server "on-the-fly". - Personal CSS styles for separate menu elements
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.
Q: There is a default gap between two collapsible javascript menu buttons. Suppose the two menu are "Company profile" and "Service", there is a default gap between those tow , it is not taking the specified space( for example I am putting 2px gap but it is taking a default gap) Please suggest me the solution for the same.
A:You should use new parameter in the data file:
var tXPMenuSpace=0;
Q: I am rewriting my homepage in CSS but now I have another problem with the DeLuxe menu. The javascript top menu is well positioned on the page but the submenus are not. The submenus are not positioned aside the javascript top menu but lower and far to much to the right. I changed the variables
var posX = 100; var posY = 100; var absolutePos = 1; var topDX = 0; var topDY = 0; var DX = -3; var DY = 0; var subMenuAlign = "left"; var subMenuVAlign = "top";
Sometimes when I change the variables the submenus are well positioned and then, after enlarging the IE-window, they are not. What can I do?
A: It is possible that you have some problems with your css styles. See, the problem is that the javascript top menu can't get css properties of the object if they are described in separate .css block (or file). In other words, you can't get the value of "POSITION: absolute" attribute of the object if the object doesn't have this property within inline style (style="POSITION:absolute;"). To get the value you should move .css style into style="" attribute.
Please, try to add your css file -> inline css, for example:
You should add style="POSITION: absolute;"
to the
<div id="block">
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I'm looking to make a space between menu buttons in the drop down menu example, I checked the FAQ which suggested using ["-"], between items but it didn't work.
A:To add a separator you should
//--- Separators var separatorImage=""; //for subitems (top items in vertical menu) var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="separator.gif"; //for the top items (subitems items in vertical menu) var separatorVWidth="100%"; var separatorVHeight="2px"; var separatorPadding="";
You can create separators using menuItems (you can do it in Deluxe Tuner, use "Add separator" button), for example:
je me prends la tete avec la navigation sous drupal,car je voudrais un menu ... et que le menu doit etre horizontal dropdown dans l'ideal… ... etre utiliser le systeme de fusion core avec superfish..pour faire mon menu …
je me prends la tete avec la navigation sous drupal,car je voudrais un menu ... et que le menu doit etre horizontal dropdown dans l'ideal… ... etre utiliser le systeme de fusion core avec superfish..pour faire mon menu …
je me prends la tete avec la navigation sous drupal,car je voudrais un menu ... et que le menu doit etre horizontal dropdown dans l'ideal… ... etre utiliser le systeme de fusion core avec superfish..pour faire mon menu …