- 85% transparency for sub menus - UL/LI items structure - Top items and submenus have a shadow - Several menus on one page - Text aligned to left - Relative/Absolute menu position - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Keyboard navigation - press Ctrl+F2 to enter the top menu
Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.
Q: I want to be able to pull information into dynamic drop down menu from the mysql database.
A:You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc. However, these scripts don't work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2008, http://deluxe-menu.com -->
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var menuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ]; </script>
This e-mail message is only to be used by intended recipients and all others may kindly delete it and notify the sender. Unless expressly authorized by HPCL, the views expressed and the message itself is that of the individual sender and recipients are cautioned to check messages/ attachments for any viruses before use. Users acknowledge that messages may contain confidential, proprietary or privileged information and that HPCL neither assures nor guarantees integrity or content of messages.
A:Deluxe Menu is the Javascript product. It means that it works on aclient side only and it doesn't depend on the server which you'reusing and it doesn't work on a server side as JSP script.
So, you can create the menu using standard html page and them movemenu code within .jsp page.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I have just downloaded your trial version and am trying to use delux tuner using the windows xpstyle template. I can only seem to get the top button showing as grey but can change colors of submenus in dhtml xml menu. Am I missing something? ?ow do I get the top button showing the same as submenu buttons.
A:To change submenu colors you should change the following parameters:
var menuBackColor="#F2F3F2"; var itemBackColor=["#F2F3F2","#535353"];
and Individual Submenu Style:
var menuStyles = [ ["menuBackColor=#F2F3F2","menuBorderWidth=0","itemSpacing=0","itemPadding=4px","smOrientation=undefined"], ];
For the top items you should change Individual Item style:
var itemStyles = [ ["itemHeight=21px","itemBackColor=#F2F3F2,#535353"], ];