- Submenus automatically scrolls - 85% transparency for sub menus - Text aligned to left - Visible over select boxes, iframes, pdf, flash, Java applets. - Image arrows - Horizontal or vertical orientation - Sound support! - Keyboard navigation - press Ctrl+F2 to enter the top menu
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: We are unable to get sub-menus to appear on page load or rather simulate a "windows application style menu".
How can we in combination with the java menu api function dm_ext_setPressedItem get the associated sub-menu to display? This function simply sets the item to "pressed" rather than actually showing the sub-menu. Attempts at beginning an item's text value with "+" only works with Deluxe Tree.
Again, we are trying to use the menu not only as a navigator but also as a visual aid for the user to determine what page they are viewing. For example, when a user clicks on a menu item and that page loads, the menu should display the top-level item pressed, the sub-menu group, and the item pressed.
Furthermore, it would also be useful if we could then "unlock" the pressed items and navigate the menu under normal circumstances.
If there are no existing "quick" functions to accomplish this, could you please point out the function in dmenu.js or another engine file that initiates the display of sub-menus, we could then force the menu to select a top-level item in the onload event thus showing a top-level item pressed along with it's related sub-menu.
A: Unfortunately Deluxe Menu doesn't have such a feature now. It is notpossible to set parent item highlighted, expanded submenu group andhighlighted submenu item.
You can do it using Deluxe Tree now only.
Q: Thank you for the information and especially for your good explaination of the ways DHTML and Java work with menus. I want to get a menu because I was asked to base a new web site on one that used 'showpage.asp' calls to createtheir menus. Can you throw some light on how I would go about doing that?
A:Deluxe Menu and Java Menus work on aclient side only and they don't depend on the server which you'reusing and they don't work on a server side as ASP.NET script.So, you can create the menu using standard html page and them movemenu code within .asp page.
Please, try the trial version of the menu. You can use GUI to createyour menu. You can find it in the trial package.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I am trying to figure out how to make multiple clickable Link popup windows on the same page. I want to have six or more. Here is what I have tried for having two windows and could not get to work:
<a href="javascript:;" id="chase1">Click Here to see a chase sample</a> <a href="javascript:;" id="chase2">Click Here</a>
This does not work. I had it somewhat working. Is there a better way to do this? I will want to have at least 6 popup windows on the same page. I could not find any samples on your website.
A: You can do it in two ways: 1) Call different data files with DIFFERENT winID:"window1"!
2) Call only one data file and use deluxePopupWindow.open() function to open your windows: <a href="javascript:;" onclick="deluxePopupWindow.open('window1', 'Content1 Content1', 'Window1', 'width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect', 'windowsvista_graphite')">Click Here to see a chase1 sample</a>
Be sure to use the same ID when you call fsmenu function (more in fsmenu manual) . .... This is to be copied to fsmenu_data.js and saved and then you would place ... There are a conflict between mootools a fsmenu. In Firefox work fine,
Be sure to use the same ID when you call fsmenu function (more in fsmenu manual) . .... This is to be copied to fsmenu_data.js and saved and then you would place ... There are a conflict between mootools a fsmenu. In Firefox work fine,
Be sure to use the same ID when you call fsmenu function (more in fsmenu manual) . .... This is to be copied to fsmenu_data.js and saved and then you would place ... There are a conflict between mootools a fsmenu. In Firefox work fine,