- Several menus on one page - Cross-frame support - menus work on frameset-based pages - Submenus go over all page objects - Transition #14 - "fade out" effect - Hundreds of pre-designed templates - Filters and Transitional effects - Items with icons - AJAX menu loading - loads web menu data from the server "on-the-fly".
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!
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field: "object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')
Q: May I can use PHP code in menu items of my dhtml website navigation menu?
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) 2006, 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>
The example of the menu working with PHP/MYSQL you can find here: http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
Q: The contact page drop down menu examples would not work with the Firefox browser. And the submenu would show a white bg in the Internet Explorer browser.
A: Your color parameters are incorrect:
var itemBackColor=["91C24D","8B3A96"]; var itemBorderColor=["ffffff","ffffff"];
You should write them in the following way: var itemBackColor=["#91C24D","#8B3A96"]; var itemBorderColor=["#ffffff","#ffffff"];
Hi alle zusammen, ich hab hier ein sog. concertina slide fly Menu und würde ... Ich würd lieber jQuery für ein solches "aufklappendes" Menü verwenden - Hab
Hi alle zusammen, ich hab hier ein sog. concertina slide fly Menu und würde ... Ich würd lieber jQuery für ein solches "aufklappendes" Menü verwenden - Hab
Hi alle zusammen, ich hab hier ein sog. concertina slide fly Menu und würde ... Ich würd lieber jQuery für ein solches "aufklappendes" Menü verwenden - Hab