- Horizontal or vertical orientation - Personal CSS styles for separate menu elements - Special JavaScript API for changing javascript menu "on-the-fly" - Filters and Transitional effects - Unlimited number of sub levels - Inactive/Disabled items - Visible over select boxes, iframes, pdf, flash, Java applets. - Cross-frame support - menus work on frameset-based pages
Submenus drop down over all the objects of the page (select, flash, object, embed, applet). If for some reasons a submenu can't drop down over an object, the latter will be hidden for a time when the submenu is shown.
These effects will make your menu more attractive and stylish. You can cast a shadow on the menu and submenus, set transparency. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!
Q: Couple last questions. I have 25 icons (images) on one page. Each image needs it's own popup menu. Obviously I now have the first one working. How and where do I define IDs number 2-24 ? Does each icon need it's own "source_" file?
Also, where is it defined that the popup menu is ID 1 ?
A:> Also, where is it defined that the popup menu is ID 1 ? Each menu has ID. The ID's number starts with 0.
So, when you have several data files on your page you have such ID's:
<script type="text/javascript" language="JavaScript1.2" src="menu-top.js"></script> // ID - 0
<script type="text/javascript" language="JavaScript1.2" src="source_pop.js"></script> // ID - 1
<script type="text/javascript" language="JavaScript1.2" src="source_pop1.js"></script> // ID - 2
<script type="text/javascript" language="JavaScript1.2" src="source_pop2.js"></script> // ID - 3
<script type="text/javascript" language="JavaScript1.2" src="source_pop3.js"></script> // ID - 4
and so on.
> I have 25 icons (images) on one page. Each image needs it's own popup menu. If you want to have different Popup menus (there color, item, text,font and so on) you should create 25 different .js files with yourparameters. And call them from your page, for example:
If you have different item text only you can use one <SCRIPT language=JavaScript1.2 src="source_pop.js" type=text/javascript></SCRIPT> file. But you should delete the following code:
Q: A question: How do I make it show all the drop down dhtml menu items rather than having them pop up?
eg: - Item 1 - sub item 1 - sub item 2 - sub item 3
A:You cannot expand items by default in Deluxe Menu. You should hoverover menu to open submenus.
You can do it using Deluxe Tree. To expand specific items in Deluxe Tree you should add + sign beforeitem's text or set the following parameter to expand all drop down dhtml items bydefault:
var texpanded = 1;
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: In dhtml xml menu, is possible call javascript when click on an item without close the menu?
A: In Deluxe Menu you can use the following parameter:
var smHideOnClick=1; Hides submenus on click 0 - disabled, 1 - enabled.