- UL/LI items structure - Filters and Transitional effects - Text aligned to left - 85% transparency for sub menus - Image arrows - Relative/Absolute menu position - Several menus on one page - Submenus automatically scrolls
Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view 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 automagically scrolled! You can also define width and height for each submenu.
Q: Is it possible to change the mouseover font style to bold within the deluxe menu?
A:Unfortunately, Deluxe Menu can't change font weight. If you want to do that you can paste your own <div> withinitem's text field and change a font yourselves.
For example:
***
function changeFont(obj, over) { obj.style.fontWeight = over ? 'bold' : 'normal'; }
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: Is there anyway of selecting index location of the dhtml tab according to what webpage you are on ?
A: Deluxe Tabs doesn't support API functions which can return theselected tab aslo.
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> </TD>
Q: The mentioned effect occurs even when the entire page is completely loaded!
As we explained before, it occurs only when we view the page with explorer 6.
(It is working fine under explorer 7 and under Firefox, so you should check it under explorer 6)
Please see the following link with our test page which demonstrates the problem.
As you will see, the buttons of the javascript menu scroll and the text will disappear (become white) while you move the mouse cursor over the menu buttons. It has nothing to do with page loading.
We are using a "Vista style" javascript menu scroll with custom design pictures.
A: This is IE6 bug.
You can find more info about this bug and solution here:
Lorsque jQuery est placé dans le header d'une page Jimdo cela interfère et la partie .... Créer un menu de navigation en image, [NAVIGATION] Menu déroulant
Bon j'ai utilisé Jquery sur mon site mais je n'avais pas envisagé le conflit avec ... Et il y en a un que je ne trouve pas : un plugin pour menu déroulant
30 juil. 2009 ... Voila, je tente de faire des menus déroulant. Avec le CSS ca ... -jquery-28. Message édité par Pascal le nain le 30-07-2009 à 14:58:59
1 mai 2007 ... Jquery menu accordeon horizontal - Forum. Bonjour, Je veux avoir un menu deroulant slide et horizontal compatible avec IE et FF comme celui
13 mai 2008 ... J'ai suivi le tuto de Alsacréations pour la création d'un menu accordéon avec JQuery mais le menu se déroule au clique et non au survol :
14 juil. 2008 ... Problème avec effet lightbox + menu déroulant javascript ... et un menu déroulant en javascript qui utilise "jquery" sur la meme page
recherche de code js pour menu déroulant avec mouseover Bonjour, ... regarde du cote de jquery ui, ils font des trucs pas mal et il y a plein de plugin :)
23 août 2008 ... Un joli menu déroulant avec jquery. par Pierre - 2 août 2008 07:13 - Réponse(s) : 13. Bonjour. Je viens de créer un menu avec jquery et le
17 oct. 2009 ... Bonjour, j'ai installé un menu déroulant à l'horizontal pour mon site mais il n' est ... jQuery(function(){ jQuery('ul.sf-menu').superfish();