I don't understand the 'concept" of how javascript floating layer should be put into my html page.
Return to Recent Questions
Q:
I just don't understand the 'concept" of how javascript floating layer should be put into my html
page. I
plan on having more than one javascript floating layer on my page. and this would be an example
of one of the drp down menus I want on it. I'm fairly new to making a
webpage, but this menu is what I would like on my page. sorry for being a
little slow at this, I DO LOVE how it lays out and cant wait to get it to
work on my webpage.
A:
1. Create your menu in Deluxe Tuner application.
You can create any menu as you like in Deluxe Tuner.
Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &
Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)
You can use ready to use templates. You can find them in the templates
window.
When you open Deluxe Tuner ( Deluxe 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
"Deluxe Menu / deluxe-menu.com /")
http://deluxe-menu.com/parameters-info.html
http://deluxe-menu.com/menu-items-info.html
You can also use Individual Styles for items and subitems
http://deluxe-menu.com/individual-item-styles-info.html
http://deluxe-menu.com/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>
...
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>
...
</head>
<body>
...
<table>
<tr><td><script type="text/javascript" src="deluxe-menu.files/data.js"></script></td></tr> //data.js - data file created in Deluxe Tuner.
</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 "deluxe-menu.files/" folder. You should place this folder in the
same folder with your index. html page.
If you want to install several menus on the one page you should write
the following code once
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>
And then call your data files several times.
<script type="text/javascript" src="deluxe-menu.files/data.js"></script>
<script type="text/javascript" src="deluxe-menu.files/data1.js"></script>
<script type="text/javascript" src="deluxe-menu.files/data2.js"></script>
<script type="text/javascript" src="deluxe-menu.files/data3.js"></script>
Try that.
Return to Recent Questions
Related:
- Apr 10, 2009 - I can not figure out how to fix the javascript disable button from going off the page in Mozilla...
- May 15, 2009 - I can see the down arrows of my vertical popup menu on the main page only, how to fix it?
- May 30, 2009 - If the new page in the frame is a frameset itself, the css menu generator won't show up.
- Jun 18, 2009 - Is there a way to show a links like I have in the menus website if the JavaScript is not allowed on computer?
- Jul 01, 2009 - I can't put the dynamic javascript menu where I want it to appear on my page.
- Aug 06, 2009 - With the licensed .js files of javascript collapsible menu the status bar on IE start shows "Error on page".
- Aug 24, 2009 - The css dhtml menu works fine in the css dhtml menu maker preview screen, but not on the html page.
- March 25, 2010 - I never found how to use th Mac HTML (GUI) navigation menu css
- April 13, 2010 - Now I need to work out how to add javascript absolute position to a page?
|