- Keyboard navigation - press Ctrl+F2 to enter the top menu - Personal CSS styles for separate menu elements - Several menus on one page - Inactive/Disabled items - Submenus go over all page objects - UL/LI items structure - Search feature - add the search area in the menu and type symbols. - Items with icons
Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
Create both horizontal and vertical menus and submenus with any amount of menus on one page.
Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.
Q: I'm having an issue with horizontal alignment of Deluxe Menu. The alighment is off to the right in Firefox... How can I correct the alignment of Deluxe Menu in FireFox?
A:Please, see dropdown menu parameters. They contains:
var menuWidth="0";
Please, set exact value for this parameter, for example:
var menuWidth="400px";
It's necessary to specify exact value for Mozilla browsers. It helps to position Deluxe menu correctly.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I'm using your javascript onclick menu tabs. What exactly is bselectedSmItem for? I know that bselectedItem is the selected tab, but what is bselectedSmItem?
A: bselectedSmItem is index of the selected subtab.
You should use this javascript onclick menu parameter if you use var tabMode=1;
If you use var tabMode=0; you should set it to: var bselectedSmItem=0;
Q: For the last two days I've been trying the above product, and I'm very impressed with its flexibility and features, and I'm about to buy it, I have only one question that I couldn't figure out the answer.
I'm using the Navigation BAR TABS. What should I do in order to link one of the horizontal drop menu tabs to the following object 'BLOG' as in the following example / piece of code. (When the user selects one specific tab, a blog should be displayed.
I'm looking towards your reply, as it seems your product is quite fit to perform the job in a straightforward manner.
A: See in Deluxe Tabs there is two modes:
1. var tabMode=0; You can create only one level of tabs and assign Object Id's of theDIV's to show when you click on the tab.
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field:
"object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')