- Horizontal or vertical orientation - Relative/Absolute menu position - Sound support! - AJAX menu loading - loads web menu data from the server "on-the-fly". - Items with icons - Keyboard navigation - press Ctrl+F2 to enter the top menu - Special JavaScript API for changing javascript menu "on-the-fly" - Status string shows item labels
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.
Where data.js is the file with your menu. You can create such file using Deluxe Tuner.
You should upload this files on your server in the correct place.
Q: How can I have the sub tab option that initiated the action highlighted once the new page is reloaded? I want to highlight the tab which is done with 'bselectedItem', please tell me about the sub-tab option.
A:See you cannot create subitems in var tabMode=0; it is not correct.
You should set var tabMode=1;
The following parameters set the pressed items for top items andsubitems:
var bselectedItem=0; //top items var bselectedSmItem=2; //subitems
where 0,1,2... is the index of the item in bmenuItems.
- delete var bselectedItem=1; and var bselectedSmItem=2; parameters from your data file - set correct parameters on each page before you call data file, forexample:
<noscript><a href="http://deluxe-tabs.com">Javascript Menu by Deluxe-Tabs.com</a></noscript> <script type="text/javascript" src="menudir/dtabs.js"></script> <script type="text/javascript"> var bselectedItem=3; var bselectedSmItem=5; </script> ... <script type="text/javascript" src="menudir/data.js"></script>
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I need to have two cascading menus in oneself page, please give me instructions of as making it.
A: You should simply call different data files in the place where you want to have a menus(check that you use relative menu position).
Does anyone know how to fix this or a jQuery menu plugin i can use? ... I want the menu to work so if for example i click on Survey it opens up the next
Feb 21, 2009 ... I use JQuery superfish menu to display drop-down menus on a website. .... but on Monday I will be able to post some examples of what I mean
This is the discussion related to the wiki page jQuery Mega Menu. ... Sorry I really don't see this as a good example for the new features with the [[html]]
I'm using the jQuery UI Tabs, but I can't seem to get it working. ... the jQuery tabs, I've always wrapped everything related to the tabs -- the tab menu, ... In other words, I've always followed the example provided in the jQuery UI