|
Could you tell me how to create web site menu if it's possible?
Return to Recent Questions
Q:
I'm looking at purchasing your web site menu software.
Could you advise how to create web site menu or if it's possible?
A:
Thanks for your interest in our products.
Unfortunately we don't have web tutorial now. We'll try to
create it in the nearest time.
1. Create your web site menu in DHTML Tuner application.
You can create any menu as you like in DHTML Tuner.
DHTML Tuner v2.4 supports DHTML Menu (http://dhtml-menu.com) &
DHTML Tree (http://dhtml-menu.com/dhtml-tree/) & DHTML Tabs (http://dhtml-menu.com/tabs/)
You can use ready to use templates. You can find them in the templates
window.
When you open DHTML Tuner ( DHTML Menu ) you can click "File/New"
and add items and subitems using buttons "Add Item" and "Add Subitem" on
the main window.
You should set items and subitems parameters on the "Item Parameters"
window.
See also other parameters for the web site menu on the main window.
More info about menu parameters you can find on our site (you can also
use local version of the site which you can find in the trial package
"DHTML Menu / dhtml-menu.com/menu/ /")
http://dhtml-menu.com/menu/parameters-info.html
http://dhtml-menu.com/menu/menu-items-info.html
You can also use Individual Styles for items and subitems
http://dhtml-menu.com/menu/individual-item-styles-info.html
http://dhtml-menu.com/menu/individual-submenu-styles-info.html
2. You should install the menu on your page.
You can click, for example, File/Export to HTML (you can't do it in
the MAC version).
Add several rows into your html page.
<head>
...
<!-- DHTML Menu -->
<noscript><a href="http://dhtml-menu.com">Web site menu by DHTML-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="menu.files/";</script>
<script type="text/javascript" src="menu.files/dmenu.js"></script>
<script type="text/javascript" src="data-menu.js"></script> //data-menu.js - data file created in DHTML Tuner.
...
</head>
<body>
...
<table>
<tr><td><script type="text/javascript" src="menu.files/data.js"></script></td></tr>
</table>
...
</body>
You should also copy all engine files
dmenu.js
dmenu4.js
dmenu_add.js
dmenu_dyn.js
dmenu_key.js
dmenu_cf.js
dmenu_popup.js
dmenu_ajax.js
into "menu.files/" folder. You should place this folder in the
same folder with your index. html page.
Try that.
Return to Recent Questions
Related:
- March 26, 2009 - Can you throw some light on how to create horizontal css popup menus on ASP?
- March 26, 2009 - After click the links the javascript right click menu stops showing up in cross-frame mode...
- Apr 10, 2009 - I can not figure out how to fix the dhtml drop menu from going off the page in Mozilla...
- Apr 12, 2009 - For some reason my item separator image won't show in java menu script...
- May 06, 2009 - I am looking to create a code for drop down menu to use it on a CD. Which license should I buy?
- May 15, 2009 - I can see the down arrows of my html menus on the main page only, how to fix it?
- May 18, 2009 - When I upgraded the browser to IE 7, the menus dynamic doesn't show any more.
- Jun 01, 2009 - Is there any functionality for tree dropdown menu css to show/hide specific branches?
- Jun 06, 2009 - I tried to create the html version of the css menu example but it is still not working.
- Jun 06, 2009 - Can I use this software to create javascript menu rollover on a Mac (Mac OSX)?
- Jun 07, 2009 - Is it possible to create the following functionalities in your website navigation menu?
|