|
Could you tell me how to create script java menu if it's possible?
Return to Recent Questions
Q:
I'm looking at purchasing your script java menu software.
Could you advise how to create script java 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 script java 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 script java 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">Script java 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, 2007 - Can you throw some light on how to create horizontal html code drop down menu on ASP?
- March 26, 2007 - After click the links the slide menu javascript stops showing up in cross-frame mode...
- Apr 10, 2007 - I can not figure out how to fix the pop up menu code from going off the page in Mozilla...
- Apr 12, 2007 - For some reason my item separator image won't show in horizontal scrolling menu...
- May 06, 2007 - I am looking to create a website navigation buttons to use it on a CD. Which license should I buy?
- May 15, 2007 - I can see the down arrows of my drop down menu example on the main page only, how to fix it?
- May 18, 2007 - When I upgraded the browser to IE 7, the popup menu script doesn't show any more.
- Jun 01, 2007 - Is there any functionality for tree menus for web to show/hide specific branches?
- Jun 06, 2007 - I tried to create the html version of the popup menu right but it is still not working.
- Jun 06, 2007 - Can I use this software to create dynamic xml menu on a Mac (Mac OSX)?
- Jun 07, 2007 - Is it possible to create the following functionalities in your rollover menu?
|