- Relative/Absolute menu position - Several menus on one page - Transition #14 - "fade out" effect - Text aligned to left - Top items and submenus have a shadow - Sound support! - Image arrows - Cross-frame support - menus work on frameset-based pages
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: How do you get the menu items in the transparent drop down menu to change to the hand like it's a hyperlink?
A:Set the following parameter in your data.js file:
var itemCursor="pointer";
Q: Where can I change the state of Vista1 buttons?
A:If you want to have 1 state button, please, go to "Edit IndividualStyle"/Item Styles. Click on the style "Top Item" and in bothitemBackImage fields you should write btn_black.gif.
So in your data file you will have such code: var itemStyles = [ ["itemWidth=92px","itemBackColor=transparent,transparent", "fontStyle=normal 11px Tahoma","fontColor=#FFFFFF,#FFFFFF", "itemBackImage=btn_black.gif,btn_black.gif"], ];
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: 1) Can any HTML be inserted in to the text?
2) As the item has no link, how can I prevent the item being highlighted on mouseover?
A:1) Yes, you can insert any html code within menuItems, for example:
["|You can place <b>any HTML code</b><br> to item, for example <u>image</u>:<br><img src=img/logo.gif>","testlink.html"], ["|Index <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "", "", ""], ["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'> <input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"], ["|Write Us", "mailto:[email protected]", ""],
2) Yes, you can do it.
You should create Individual Style for it.
For example: var itemStyles = [ ["itemBackColor=#FCEEB0,#FCEEB0","itemBorderColor=,#FCEEB0","fontColor=,#000000"], //style0 ];
I am trying to remake the site using mostly divs, and css, but I am ... each colour and float them left and right at top and bottom as required. ... In the menu they are given a special class so that I can still use the
Firefox, Chrome ande Opera handles the menu just fine, but the promlem lies within IE ... The menu is floating not in the left side as it should, ... in you css you need to add px to the top and left values in #menu, so:
In addition to that i am also copied the menu.css from yui example. ... border- width:0 1px 0 0; } div.yuimenu h6 { float:none; display:block; .... i load the page in a new browser window (firefox 1.5) and right click on a menu option it
Apr 25, 2008 ... Firefox has also excellent addon called HTML Validator which can found from ... CSS Menu does not work in IE6. IE6 relies on some javascript to do ... float: right; /* change this to right and sidebar floats to right */
Dec 17, 2010 ... My skin.css file validates at level 2.1. My FireFox Web ... the main menu and breadcrumbs in another div and clearing the float in that div
i have a CSS Problem with this Menu in IE7. ... Then remove the float : right ; from #email, But then I don't know what it might cause unless I know where are you ... I can't live without Firebug for Firefox :scared:
Dec 12, 2008 ... The menu is in a div with this css: #menu { height: 24px; width: 840px; margin- left: 30px; border-bottom: solid #636467 1px; float: left;
Edit: I'm not very experienced with CSS this may be, and probably ... the top menu but the text is still off centered in Firefox, goodness, ... attribute of float left so the text is in the center but its not showing as
Feb 2, 2011 ... Why is my CSS drop-down menu opening behind a DIV in IE7? ... jquery ajax call not working in IE 7 or 8 but works in Firefox ... Floating elements dropping out of container in IE7 and some times in WebKit browsers too
Feb 1, 2010 ... In Firefox (which is 1/3 of my visitors right now) my float smushes up to the menu bar and I lose some spacing below. I'm sure my CSS skills
Note: This css is for the redevo_aphelion template, if you use a different .... Ran into a small problem, menu works perfect in Firefox, .... If I use float: left; menu display horizontally but sublevels not working good
Sep 23, 2009 ... This is now compatible with Explorer, Firefox, Safari and Chrome. Opera does not support float:left very well, so the menu will be in two
Jun 13, 2007 ... i used the no-lag css navigation bar found in this forum to create a ... padding : 0px; width: 229px; float: left; } #menu { height: auto;
In Firefox it works perfect, but in IE i can't select the items in the menu ... Check the css of the divs where you have put the menu and the page content .... ul.menu li { position:relative; float:left; } ul.menu ul