- Transition #14 - "fade out" effect - Submenus dropdown on mouseover - Items with icons - Personal CSS styles for separate menu elements - Top items and submenus have a shadow - 85% transparency for sub menus - Unlimited number of sub levels - Hundreds of pre-designed templates
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Q: Can you please give me tips on how I can style all menuitems to have font bold when selected and normal font when not selected?
A:Unfortunately, Deluxe Tree doesn't have such a feature. You can onlyset it's color. You cannot set the font of menu item bold when selected.
You can set menu item's font bold onMouseover, see example here: http://deluxe-tree.com/data-templates/vista-style-7-template-sample.html
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 }
Please, notice also that you should add this function every time whenyou change your menu in Deluxe Tuner application, as Tuner deletesthis function.
Q: I am evaluating 'Deluxe Tree' and have the following question: Is it possible, and how can I hide a dhtml pop menu branch, that only shows up if user logs in with a certain password. The intent is to only make some menu branches visible to and accessible to 'superuser'.
A: Put the special script on each page of site that will open appropriate section. (dtreet_ext_expandItem)
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.
As you can see on the attached image, my top menu in Kunena forum has not the proper layout. I really don´t know why. I played around with the css styles,
Anyways, this is a CSS issue. You can take a look at Stu Nichol's css site. One of the best around treating this matter. http://www.cssplay.co.uk/menus/
Mar 21, 2011 ... I want the left nav menu to go bold with a rollover and the body section to not ... This is a discussion on adding different rollovers with css within the CSS .... I'd recommend it. It's a web design best pratice. ;)
It would seem the place to adjust this would be in the template_css.css file in the section for /* top menu */ but changing or add to the code here doesn't
I have searched through the CSS files included with the Demi template but cannot find how to change the font color and size of the text in the top menu
as you can see the top menu gets pushed over to the right i am a novice with CSS and attempted to fix the problem but i couldn't get any closer to fixing it