- UL/LI items structure - Keyboard navigation - press Ctrl+F2 to enter the top menu - Visible over select boxes, iframes, pdf, flash, Java applets. - Filters and Transitional effects - Submenus automatically scrolls - Horizontal or vertical orientation - Special JavaScript API for changing javascript menu "on-the-fly" - Several menus on one page
Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu's frame. Choose any color for submenus and items backgrounds.
Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
Specify various values for spacing and padding for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
Q: Would it be possible at some point to introduce more font decoration options to the mouseover variables, I would like to add bold as a mouseover font decoration, but obviously this is not possible at the moment.
A: Unfortunately, Deluxe Menu doesn't have such a feature. You can onlyset it's color. You cannot set the font of menu item bold when selected.
You should addthe following code in your data file:
function changeFont(obj, over) { obj.style.fontWeight = over ? 'bold' : 'normal'; obj.style.fontSize = over ? '13px' : '12px'; // You can not use this line }
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 purchased your product yesterday and was quite impressed, but I am having a bit of aproblem with my submenuitems. In the general menu properties there is a "Global" vartitemHeight = 22; My problem is that I would like my upper level of my dhtml tree to have one itemheight and my submenuitems to have a smaller height.Is this possible?
A:In the XP Style var tXPStyle=1; the item's height for the top items and submenus will be different.
If you want to use var tXPStyle=0;
you can set ite's height for the submenus: var titemHeight=16;
And for other items use the blank icon with the height you want to have for the upper level of your menu items.
Q: The window pops up every time I load the screen. I want dhtml pop up window to pop when someone clicks.
A:You can specify the ID of the element you want to click on. Actions sections in Deluxe Tuner, onClick parameter.
1) You can show the popup window when you hover, click or mouseout on some elements on yourpage. For example you have:
So, in Deluxe Tuner you should enter 'open_popup' object ID in the onMouseOver, onClick or onMouseOut fields.
Actually you can assign id to any object on your page: add id="open_popup" for <a>, <div>, <img> ... tags.
2) You can also use deluxePopupWindow.open() function to open the popups.
More info about deluxePopupWindow.open() function you can find: http://deluxepopupwindow.com/window-installation-info.html
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Use another winID (first parameter) than you have in your data file if you don't want to close 1-st popup window or use thesame winID=win if you want to close 1-st popup.
content - will be the path to the file you want to load in your popup (files/test.html) skin - is the name of your skin (default in my example) contentType - set this parameter to iframe.
If you want to open several windows at once use different id's for each link.
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