- Image arrows - Transition #14 - "fade out" effect - Personal CSS styles for separate menu elements - Submenus automatically scrolls - Inactive/Disabled items - Top items and submenus have a shadow - Search feature - add the search area in the menu and type symbols. - Text aligned to left
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: We have a menu in its own dedicated table row on our website and the table row contains a background image. We want to know if we can make the background on your menu transparent so that you can see our table cell background through the menu. We have tried using your option to put our image as your menu’s background, but then it repeats for all of the drop downs which we do not want. We simply want the row of options to be transparent and all of the drop downs to be white.
Is this possible with your system and, if so, how would we go about making this work?
A:You can try to use these parameters:
var menuBackColor="transparent"; var itemBackColor=["transparent","#1665CB"];
Or, you can use Individual Item Styles and set images only for the main items.
Try that.
Q: I downloaded the trial version of deluxe-menu. I created a four tab menu using the tab'stab menu generator; so far so good. I read the tutorial where to past codeand ensuring all items wire in the menudir/; so far so good. The problem, you talk about two> files 'dmenu.js' & 'data.js', these files were not created bydeluxe-menu program. Where are they, so that I can see if this thing works before buying, so far; not so good.
A:You may have another name for your data file (not data.js).
If you want to use tab menu you'll have dtabs.js engine file and data file.
1. create and save .js file with your menu parameters in Deluxe Tuner(you can use "File/Save as/HTML" function). You can enter any name you like, for example enter "tab". So you'llhave tab.html, tab.js files and "tab.files" folder with all menu files. 2. open your .html page in any text editor 3. Copy generated tab.js file and "tab.files/" folder in the same folderwith your index.html page. 4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:http://deluxe-tabs.com/product-info/?installation
<head> <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="tab.files/dmenu.js"></script> </head> <body> ... <script type="text/javascript" src="tab.js"></script> ...
That's all.
Q:
When I open my site in Internet Explorer 6.0 The main menu showsup nicely but the drop-down sub-menus are separated. The menu work very nicely in a Firefox browser but not in IE.
A: There are some problems also with your css. The problem is that the script 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" attribute of the object if the object doesn't have this property within inline style(style="position:relative"). 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:relative;"
to the
<DIV id="right">
So, you'll have:
<DIV id=right style="POSITION: relative;">
Check that.
Q:
Please tell me where I am going wrong:
The menu is all messed up!
A:See, now you have: var itemBackImage=["data.files/btn_green.gif","data.files/btn_whitegreen.gif"];
and you also assign Individual Item Style with itemBackImage anditemWidth parameters for each item
var itemStyles = [ ["itemWidth=92px","itemBorderWidth=0","fontStyle=normal 11px Tahoma","fontColor=#000000,#000000", "itemBackImage=data.files/btn_whitegreen.gif,data.files/btn_white_white.gif"], ];
Jun 5, 2010 ... JQuery/MooTools/ProtoType etc.), CSS (Styling) and interactive content; ... Toggled/On-Off and display on click * Display on Hover/Focus
since there isn't passed a "links" parameter in there, all anchor links on the entire page gets attached to a SmoothScroll click event. From the MooTools
onclick="this.blur();<?php echo $item['target']; ? ... There are a conflict between mootools a fsmenu. In Firefox work fine, but in IE6 this conflict cause
Oct 16, 2009 ... So basically a MouseEvent in Mootools or somewhere else is clashing with my own ..... <a href='#' onclick='pinSite()'>New Nest Location</a>
But in the mootools site, if you hover from the left end to the right end ..... <<a href="mailto:[email protected]" target="_blank" onclick="return top.js
Nov 16, 2009 ... <?php if(isset($item->onclick)):?>onclick="<?php echo $item->onclick;? .... As far as I can see, on the homepage there is a mootools error
1 mai 2007 ... Meilleure réponse: <a href="#" onclick="document. ..... a oui oui j'aimerais aussi avoir le code de ce menu, mootools propose un truk pas
Aug 26, 2010 ... Javascript onclick open a popup and have drop down menu ... including AJAX and frameworks (JQuery, MooTools, Prototype...) ... "onClick='self.close()'>" + "</ FORM><FORM><INPUT TYPE='BUTTON' VALUE='I Disagree'" +