- AJAX menu loading - loads web menu data from the server "on-the-fly". - Submenus automatically scrolls - Inactive/Disabled items - Hundreds of pre-designed templates - Submenus dropdown on mouseover - Image arrows - Cross-frame support - menus work on frameset-based pages - Submenus go over all page objects
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: How I can write the changed dhtml pull down menu into a database?
A:Unfortunately, we don't have such example.
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 Tree --> <noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Tree.com</a></noscript> <script type="text/javascript" src="menudir/dtree.js"></script> <!-- (c) 2006, http://deluxe-tree.com -->
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var tmenuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ]; </script>
The example of the menu working with PHP/MYSQL you can find here: http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
This example is not for Deluxe Tree menu, but you can create your menu in the same way.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Just wondering if you could help.I wish to put a script java menu on every page of my site - through all the folders etc. How do I set it so that they all 'feed' from the same dmenu.js file? How do I set the file path to that file from all pages of my website?
A:1) How do I set it so that they all 'feed' from the same dmenu.js file? You should use absolute path here:
1. Paste the following code into a tag of your page:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "http://site.com/menudir/";</script> <script type="text/javascript" src="http://site.com/menudir/dmenu.js"></script> <!-- (c) 2009, http://deluxe-menu.com -->
2. Paste the following code where you want to have the menu:
2) How do I set the file path to that file from all pages of my website? If you don't want to create your menu on each page, you can try to useframes, the menu has a cross-frame mode. Also you can use aserver-side script (php, asp, vb, etc.) to generate html pages fromtemplates on your server.
Q: Trying to install XP style floating dhtml slide down menu but have these problems:
- Menu does not stay within table cell - Is not floating
A:> - DHTML slide down menu does not stay within table cell
You're using the floating feature now. Your dhtml slide down menu will float withabsolute position only. So, now you have:
var tabsolute=1; var tleft="1px"; var ttop="1px";
That is why your dhtml slide down menu does not stay within table cell and hasabsolute position.
Sep 23, 2009 ... This is another of the three files: INDEX.HTML ----------------- <head> <title> CSS DropDown Menu</title> <meta http-equiv="Content-Type"
Dec 9, 2009 ... NOTE - THIS HAS BEEN FIXED - THANK YOU! Scroll down to the comments to find out how :) ORIGINAL POST: Hi all! I'm having a problem with a