Could you inform me please what I have to master in this down menu html code generator?
Return to Recent Questions
Q:
In order to speed up things, (I mean my learning of this program)
I am thinking of this:
I have at the moment only one selling e-book on my website.
Could you inform me please what I have to master in this down menu html code generator
For managing, let say two affiliates, or more of course.
I know I will have to learn all. But I am sure that for starting
and for just one e-book I don’t need to master everything.
I am a newbie, and all at once it is tiring as well as confusing.
And when my e-book is selling I will have time to study the whole thing.
Can you do this please?
A:
Unfortunately we don't have step by step tutorial on how to make down menu html code now. We'll try to
create it in the nearest time.
1. Create your down menu html code 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 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 / deluxe-menu.com /")
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">Down menu html code 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>
Also you should copy all engine js 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.
Return to Recent Questions
Related:
|